summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-03 20:00:34 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-03 20:00:34 +0100
commit083b3b717c18e81a607f54a8e825e054d704c689 (patch)
tree3e2be8b74bba7dea20e9ed0418f27fc1480ceaca /plugins
parent7d6a5ce913aa14d33a885b4e67439944bdb6e39f (diff)
fixed typo on --sync option definition
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/gtkui.c2
1 files changed, 1 insertions, 1 deletions
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"