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:
parent
6f1fa592ec
commit
170c809848
3 changed files with 1122 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
1112
capplets/ui-properties/gnome-ui-properties.glade
Normal file
1112
capplets/ui-properties/gnome-ui-properties.glade
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue