Somebody started rennaming the glade file but didn't follow through.

2002-04-10  Seth Nickell  <snickell@stanford.edu>

	* gnome-ui-properties.c: (create_dialog):
	* gnome-ui-properties.glade:
	* ui-properties.glade:

	Somebody started rennaming the glade file but didn't follow
	through. Fixing the build by finishing the change.
This commit is contained in:
Seth Nickell 2002-04-10 12:11:31 +00:00 committed by Seth Nickell
parent 6f1fa592ec
commit 170c809848
3 changed files with 1122 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2002-04-10 Seth Nickell <snickell@stanford.edu>
* gnome-ui-properties.c: (create_dialog):
* gnome-ui-properties.glade:
* ui-properties.glade:
Somebody started rennaming the glade file but didn't follow
through. Fixing the build by finishing the change.
2002-03-21 Lauris Kaplinski <lauris@ximian.com> 2002-03-21 Lauris Kaplinski <lauris@ximian.com>
* gnome-ui-properties.c (toolbar_to_widget): Check GConf value type * gnome-ui-properties.c (toolbar_to_widget): Check GConf value type

View file

@ -90,7 +90,7 @@ create_dialog (void)
{ {
GladeXML *dialog; GladeXML *dialog;
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome2-ui-properties.glade", "gnome_ui_properties_dialog", NULL); dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-ui-properties.glade", "gnome_ui_properties_dialog", NULL);
/* dialog = glade_xml_new ("gnome2-ui-properties.glade", "gnome_ui_properties_dialog", NULL);*/ /* dialog = glade_xml_new ("gnome2-ui-properties.glade", "gnome_ui_properties_dialog", NULL);*/
return dialog; return dialog;
} }

File diff suppressed because it is too large Load diff