Added ui-properties back in

2002-01-14  Bradford Hovinen  <hovinen@ximian.com>

	* capplets/Makefile.am (SUBDIRS): Added ui-properties back in

	* capplets/ui-properties/main.c (main): Remove Ximian archiver stuff

	* capplets/ui-properties/*.c: Change GNOMECC_blah_DIR to
	GNOMECC_DATA_DIR "/blah
This commit is contained in:
Bradford Hovinen 2002-01-14 18:31:38 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 26c2c85107
commit 57513c09d7
6 changed files with 9 additions and 90 deletions

View file

@ -96,7 +96,7 @@ prefs_widget_app_new (Preferences *prefs)
g_return_val_if_fail (prefs == NULL || IS_PREFERENCES (prefs), NULL);
dialog_data = glade_xml_new (GNOMECC_GLADE_DIR "/behavior-properties.glade",
dialog_data = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/behavior-properties.glade",
"prefs_widget_app", NULL);
widget = gtk_widget_new (prefs_widget_app_get_type (),