summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 12:52:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 12:52:46 -0400
commit7626cd68ac033de3ebaa0bf60ce4bdbf7da44329 (patch)
treeb3d8c3fa5d120ef7e47e85d2e59f7683400555e9 /libs/gtkmm2ext/gtk_ui.cc
parent5d20b3e24eefc55b575d3703667d4a87e6491028 (diff)
Hide UI request mechanism from inheriting classes
Diffstat (limited to 'libs/gtkmm2ext/gtk_ui.cc')
-rw-r--r--libs/gtkmm2ext/gtk_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc
index 6e466f5c9f..ee5e0c07f6 100644
--- a/libs/gtkmm2ext/gtk_ui.cc
+++ b/libs/gtkmm2ext/gtk_ui.cc
@@ -94,7 +94,7 @@ UI::UI (string namestr, int *argc, char ***argv)
/* attach our request source to the default main context */
- request_channel.ios()->attach (MainContext::get_default());
+ attach_request_source (MainContext::get_default());
errors = new TextViewer (800,600);
errors->text().set_editable (false);