summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-28 21:14:48 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-28 21:14:48 +0100
commitbdd531322954ad92509c20a00c7372c893cdf412 (patch)
treee80cd29ce6f1918731dda3592c26d0a2c6a285bd /plugins/gtkui/actionhandlers.c
parentaa9de77ed52bd8d7d70eba8533952121b836be9b (diff)
gtkui: unity globalmenu compat fixes
Diffstat (limited to 'plugins/gtkui/actionhandlers.c')
-rw-r--r--plugins/gtkui/actionhandlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/actionhandlers.c b/plugins/gtkui/actionhandlers.c
index c2b3fcf5..b60617bf 100644
--- a/plugins/gtkui/actionhandlers.c
+++ b/plugins/gtkui/actionhandlers.c
@@ -824,7 +824,7 @@ action_toggle_designmode_handler (DB_plugin_action_t *act, int ctx) {
gboolean
action_preferences_handler_cb (void *data) {
- on_preferences_activate (NULL, NULL);
+ gtkui_run_preferences_dlg ();
return FALSE;
}