Initial port to GNOME2, removal of gtkhtml deps.

2001-11-26  Richard Hestilow  <hestilow@ximian.com>

	* Initial port to GNOME2, removal of gtkhtml deps.
This commit is contained in:
Richard Hestilow 2001-11-26 17:06:41 +00:00 committed by Rachel Hestilow
parent 575c8e852f
commit 45c1c24057
12 changed files with 867 additions and 450 deletions

View file

@ -28,7 +28,9 @@ typedef enum _CappletDirViewLayout {
LAYOUT_NONE,
LAYOUT_ICON_LIST,
LAYOUT_TREE,
#ifdef USE_HTML
LAYOUT_HTML
#endif
} CappletDirViewLayout;
#define GNOMECC_PREFERENCES(obj) GTK_CHECK_CAST (obj, gnomecc_preferences_get_type (), GnomeCCPreferences)