diff options
Diffstat (limited to 'mtxwindow.cc')
-rw-r--r-- | mtxwindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtxwindow.cc b/mtxwindow.cc index 6ecca97..3ddf0ac 100644 --- a/mtxwindow.cc +++ b/mtxwindow.cc @@ -42,7 +42,7 @@ entry(language, this) resize(750, 500); move(100, 75); menu_help.items().push_back(Gtk::Menu_Helpers::MenuElem("_About", - SigC::slot(*this, &MtxWindow::on_menu_help_about))); + sigc::mem_fun(*this, &MtxWindow::on_menu_help_about))); menu_bar.items().push_back(Gtk::Menu_Helpers::MenuElem("_Help", menu_help)); vbox.pack_start(menu_bar, Gtk::PACK_SHRINK); buffer = text_view.get_buffer(); |