use the correct .glade
2006-01-16 Sebastien Bacher <seb128@debian.org> * gnome-da-capplet.c: (show_dialog): use the correct .glade
This commit is contained in:
parent
2b2a8147ce
commit
3ec46a9076
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-01-16 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-da-capplet.c: (show_dialog): use the correct .glade
|
||||
|
||||
2006-01-16 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* Makefile.am: fix gladedir use
|
||||
|
|
|
@ -688,7 +688,7 @@ show_dialog (GnomeDACapplet *capplet)
|
|||
GtkIconTheme *theme;
|
||||
gint i;
|
||||
|
||||
if (g_file_test (GLADEDIR "gnome-default-applications.glade", G_FILE_TEST_EXISTS) != FALSE) {
|
||||
if (g_file_test (GLADEDIR "gnome-default-applications-properties.glade", G_FILE_TEST_EXISTS) != FALSE) {
|
||||
capplet->xml = glade_xml_new (GLADEDIR "gnome-default-applications-properties.glade", NULL, PACKAGE);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue