Fix path to glade file

Submitted by:	Joel Diaz <joeldiaz@bellsouth.net>
This commit is contained in:
Michael Johnson 2004-12-18 07:21:43 +00:00
parent f6d14d5a72
commit 4b38657e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124362

View File

@ -1,11 +1,10 @@
--- main.c.orig Tue Jul 27 17:40:25 2004
+++ main.c Tue Jul 27 17:40:49 2004
--- main.c.orig Tue Apr 13 03:17:50 2004
+++ main.c Sat Dec 18 00:55:53 2004
@@ -46,7 +46,7 @@
gtk_init(&argc, &argv);
- xml = glade_xml_new(XSTR(UIDIR) "/tunesbrowser.glade", NULL, NULL);
+ xml = glade_xml_new(XSTR(UIDIR) "/tunesbrowser/tunesbrowser.glade", NULL, NULL);
+ xml = glade_xml_new(XSTR(UIDIR) "/gnome/tunesbrowser/tunesbrowser.glade", NULL, NULL);
glade_xml_signal_autoconnect(xml);