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:
parent
a91ae765fe
commit
c96e22def8
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue