comment this out as it makes a call into preferences.c

2002-03-12  jacob berkman  <jacob@ximian.com>

	* capplet-dir-view.c (prefs_menu_cb): comment this out as it makes
	a call into preferences.c
This commit is contained in:
jacob berkman 2002-03-12 19:12:04 +00:00 committed by Jacob Berkman
parent a91ae765fe
commit c96e22def8
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2002-03-12 jacob berkman <jacob@ximian.com> 2002-03-12 jacob berkman <jacob@ximian.com>
* capplet-dir-view.c (prefs_menu_cb): comment this out as it makes
a call into preferences.c
* Makefile.am (gnome2_control_center_SOURCES): add preferences.h * Makefile.am (gnome2_control_center_SOURCES): add preferences.h
back as files depend on it back as files depend on it

View file

@ -397,11 +397,13 @@ tree_toggle_cb (GtkWidget *w, CappletDirView *view)
button_cb (w, view, LAYOUT_TREE); button_cb (w, view, LAYOUT_TREE);
} }
#if 0
static void static void
prefs_menu_cb (GtkWidget *widget, CappletDirView *view) prefs_menu_cb (GtkWidget *widget, CappletDirView *view)
{ {
gnomecc_preferences_get_config_dialog (prefs); gnomecc_preferences_get_config_dialog (prefs);
} }
#endif
static void static void
back_button_cb (GtkWidget *widget, CappletDirView *view) back_button_cb (GtkWidget *widget, CappletDirView *view)