Change name of config parameter
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 18 Mar 2009 22:22:17 +0000 (07:22 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 18 Mar 2009 22:22:17 +0000 (07:22 +0900)
src/ui/gui/psppire-dictview.c

index f2648298dc25459a9e53e4f4c39829bc17fd5346..863365f9f8549696f9c0afa2fb1cbd14dba09e79 100644 (file)
@@ -481,7 +481,8 @@ psppire_dict_view_init (PsppireDictView *dict_view)
   dict_view->prefer_labels = TRUE;
 
   psppire_conf_get_boolean (psppire_conf_new (),
-                           "dialog-boxes", "prefer-labels",
+                           G_OBJECT_TYPE_NAME (dict_view),
+                           "prefer-labels",
                            &dict_view->prefer_labels);
 
   gtk_tree_view_column_set_title (col, _("Variable"));