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

@ -52,8 +52,8 @@ prefs_widget_mdi_get_type (void)
sizeof (PrefsWidgetMDIClass),
(GtkClassInitFunc) prefs_widget_mdi_class_init,
(GtkObjectInitFunc) prefs_widget_mdi_init,
(GtkArgSetFunc) NULL,
(GtkArgGetFunc) NULL
NULL,
NULL
};
prefs_widget_mdi_type =
@ -91,7 +91,7 @@ prefs_widget_mdi_new (Preferences *prefs)
dialog_data =
glade_xml_new (GNOMECC_GLADE_DIR "/behavior-properties.glade",
"prefs_widget_mdi");
"prefs_widget_mdi", NULL);
widget = gtk_widget_new (prefs_widget_mdi_get_type (),
"dialog_data", dialog_data,