install globally

Mon Jan 28 22:18:34 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-ui-properties.c (create_dialog): install globally
This commit is contained in:
Jonathan Blandford 2002-01-29 03:35:11 +00:00 committed by Jonathan Blandford
parent f250835f2e
commit d198233511
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 28 22:18:34 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-ui-properties.c (create_dialog): install globally
Mon Jan 28 22:09:30 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-ui-properties.c: completely rethink this dialog

View file

@ -10,7 +10,7 @@ desktopdir = $(GNOMECC_DESKTOP_DIR)/Advanced
Desktop_in_files = behavior.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = behavior-properties.glade
Glade_DATA = gnome2-ui-properties.glade
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files)

View file

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