Gnome 2 port. (Settings only halfway work right now.)

2002-01-14  Richard Hestilow  <hestilow@ximian.com>

	* Gnome 2 port. (Settings only halfway work right now.)
This commit is contained in:
Richard Hestilow 2002-01-14 18:25:44 +00:00 committed by Rachel Hestilow
parent 56d19870d2
commit 26c2c85107
12 changed files with 2342 additions and 2478 deletions

View file

@ -26,7 +26,6 @@
#include <gtk/gtk.h>
#include <glade/glade.h>
#include <capplet-widget.h>
#include "preferences.h"
@ -70,7 +69,7 @@ typedef struct _PrefsWidgetClass PrefsWidgetClass;
struct _PrefsWidget
{
CappletWidget capplet_widget;
GtkDialog capplet_widget;
Preferences *prefs;
GladeXML *dialog_data;
@ -78,7 +77,7 @@ struct _PrefsWidget
struct _PrefsWidgetClass
{
CappletWidgetClass parent_class;
GtkDialogClass parent_class;
void (*read_preferences) (PrefsWidget *prefs_widget,
Preferences *prefs);