Update to correct binary name
2001-07-19 Bradford Hovinen <hovinen@ximian.com> * Bonobo_Control_Capplet_keyboard_properties.oaf: Update to correct binary name * main.c (create_dialog): Use GNOMECC_GLADE_DIR rather than GLADE_DATADIR
This commit is contained in:
parent
f28ecce3d2
commit
f694c8ecf5
3 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<oaf_info>
|
<oaf_info>
|
||||||
|
|
||||||
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_keyboard_properties_Factory" type="exe" location="keyboard-properties-capplet">
|
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_keyboard_properties_Factory" type="exe" location="keyboard-properties">
|
||||||
<oaf_attribute name="repo_ids" type="stringv">
|
<oaf_attribute name="repo_ids" type="stringv">
|
||||||
<item value="IDL:GNOME/ObjectFactory:1.0"/>
|
<item value="IDL:GNOME/ObjectFactory:1.0"/>
|
||||||
</oaf_attribute>
|
</oaf_attribute>
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
|
||||||
|
|
||||||
|
* Bonobo_Control_Capplet_keyboard_properties.oaf: Update to
|
||||||
|
correct binary name
|
||||||
|
|
||||||
|
* main.c (create_dialog): Use GNOMECC_GLADE_DIR rather than
|
||||||
|
GLADE_DATADIR
|
||||||
|
|
||||||
2001-07-18 Richard Hestilow <hestilow@ximian.com>
|
2001-07-18 Richard Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
* main.c (create_dialog): Revert to old prototype.
|
* main.c (create_dialog): Revert to old prototype.
|
||||||
|
|
|
@ -130,7 +130,7 @@ create_dialog (void)
|
||||||
GladeXML *dialog;
|
GladeXML *dialog;
|
||||||
GtkWidget *widget, *pixmap;
|
GtkWidget *widget, *pixmap;
|
||||||
|
|
||||||
dialog = glade_xml_new (GLADE_DATADIR "/keyboard-properties.glade", "prefs_widget");
|
dialog = glade_xml_new (GNOMECC_GLADE_DIR "/keyboard-properties.glade", "prefs_widget");
|
||||||
widget = glade_xml_get_widget (dialog, "prefs_widget");
|
widget = glade_xml_get_widget (dialog, "prefs_widget");
|
||||||
gtk_object_set_data (GTK_OBJECT (widget), "glade-data", dialog);
|
gtk_object_set_data (GTK_OBJECT (widget), "glade-data", dialog);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue