Remove annoying debugging output.

2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir.c (capplet_new): Remove annoying debugging output.

	* capplet-dir-view-html.c: Rewritten to use jimmac's new interface.

	* bcg_top.png, title.png, blank.png, active.png: Added.

	* Makefile.am (splash_DATA): Add new pixmap files.

	* gnomecc.glade: Remove ugly toolbar.

	* capplet-dir-view.[ch]: Remove toolbar-related code.
This commit is contained in:
Richard Hestilow 2001-07-19 03:16:35 +00:00 committed by Rachel Hestilow
parent bf60a18254
commit 042c40c8da
7 changed files with 183 additions and 400 deletions

View file

@ -71,21 +71,6 @@ struct _CappletDirView
gboolean destroyed;
CappletDirViewLayout layout;
GtkWidget *up_button;
GtkWidget *parents_option;
GtkWidget *html_toggle;
GtkWidget *list_toggle;
GtkWidget *tree_toggle;
GtkWidget *html_menu;
GtkWidget *list_menu;
GtkWidget *tree_menu;
GtkWidget *rootm_button;
GtkWidget *rootm_locked;
GtkWidget *rootm_unlocked;
gboolean changing_layout;
};