Clean and unify the Makefiles. Clean configure.in

2001-07-18  Chema Celorio  <chema@celorio.com>

	* Clean and unify the Makefiles. Clean configure.in
This commit is contained in:
Chema Celorio 2001-07-19 02:06:34 +00:00 committed by Jose Maria Celorio
parent 81d30f0b82
commit 5852ff8de2
28 changed files with 1069 additions and 99 deletions

View file

@ -98,8 +98,8 @@ prefs_widget_app_new (Preferences *prefs)
g_return_val_if_fail (prefs == NULL || IS_PREFERENCES (prefs), NULL);
dialog_data = glade_xml_new (GLADE_DATADIR "/ui-properties.glade",
"prefs_widget_app");
dialog_data = glade_xml_new (GNOMECC_GLADE_DIR "/behavior-properties.glade",
"prefs_widget_app");
widget = gtk_widget_new (prefs_widget_app_get_type (),
"dialog_data", dialog_data,