Move CappletDirViewLayout enum here, remove include to preferences.h.

2002-03-12  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view.h: Move CappletDirViewLayout enum here,
	remove include to preferences.h.

	* Makefile.am: Remove preferences.h again.
This commit is contained in:
Richard Hestilow 2002-03-12 22:53:54 +00:00 committed by Rachel Hestilow
parent c96e22def8
commit 59d13a601d
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2002-03-12 Richard Hestilow <hestilow@ximian.com>
* capplet-dir-view.h: Move CappletDirViewLayout enum here,
remove include to preferences.h.
* Makefile.am: Remove preferences.h again.
2002-03-12 jacob berkman <jacob@ximian.com>
* capplet-dir-view.c (prefs_menu_cb): comment this out as it makes

View file

@ -29,7 +29,6 @@ bin_PROGRAMS = gnome2-control-center
gnome2_control_center_SOURCES = \
main.c \
preferences.h \
capplet-dir.c capplet-dir.h \
capplet-dir-view.c capplet-dir-view.h \
capplet-dir-view-list.c

View file

@ -28,7 +28,6 @@
#include <libbonoboui.h>
#include "capplet-dir.h"
#include "preferences.h"
G_BEGIN_DECLS
@ -55,6 +54,13 @@ struct _CappletDirViewImpl
GtkWidget *(*create) (CappletDirView *);
};
typedef enum _CappletDirViewLayout {
LAYOUT_NONE,
LAYOUT_ICON_LIST,
#ifdef USE_HTML
LAYOUT_HTML
#endif
} CappletDirViewLayout;
struct _CappletDirView
{