diff options
Diffstat (limited to 'control-center/capplet-dir-view.c')
-rw-r--r-- | control-center/capplet-dir-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/control-center/capplet-dir-view.c b/control-center/capplet-dir-view.c index c7b07fc5f..f8b8bb0df 100644 --- a/control-center/capplet-dir-view.c +++ b/control-center/capplet-dir-view.c @@ -397,11 +397,13 @@ tree_toggle_cb (GtkWidget *w, CappletDirView *view) button_cb (w, view, LAYOUT_TREE); } +#if 0 static void prefs_menu_cb (GtkWidget *widget, CappletDirView *view) { gnomecc_preferences_get_config_dialog (prefs); } +#endif static void back_button_cb (GtkWidget *widget, CappletDirView *view) |