From 083b3b717c18e81a607f54a8e825e054d704c689 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 3 Feb 2010 20:00:34 +0100 Subject: fixed typo on --sync option definition --- plugins/gtkui/gtkui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui/gtkui.c') diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c index 96fd8c5e..37955066 100644 --- a/plugins/gtkui/gtkui.c +++ b/plugins/gtkui/gtkui.c @@ -513,7 +513,7 @@ gtkui_load (DB_functions_t *api) { } static const char settings_dlg[] = - "property \"Run gtk_init with --sync (debug mode)\" checkbox gtkui.enable 0;\n" + "property \"Run gtk_init with --sync (debug mode)\" checkbox gtkui.sync 0;\n" #if HAVE_NOTIFY "property \"Enable OSD notifications\" checkbox gtkui.notify.enable 0;\n" "property \"Notification format\" entry gtkui.notify.format \"" NOTIFY_DEFAULT_FORMAT "\";\n" -- cgit v1.2.3