fix (to make the pseudo gtk_lumiera compile again)

This commit is contained in:
Fischlurch 2008-10-27 00:00:40 +01:00
parent 0b521302a2
commit a89b7f8eba

View file

@ -161,7 +161,7 @@ Actions::Actions(WorkspaceWindow &workspace_window) :
workspaceWindow(workspace_window),
is_updating_action_state(false)
{
workspace_window.signal_show ().connect_notify(mem_fun(this, &Actions::update_action_state));
workspace_window.signal_show ().connect_notify(sigc::mem_fun(this, &Actions::update_action_state));
//----- Create the Action Group -----//
actionGroup = ActionGroup::create();