Author: lisu                         Date: Mon Dec 24 23:14:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- read glade file from proper dir

---- Files affected:
SOURCES:
   tilda-glade.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tilda-glade.patch
diff -u /dev/null SOURCES/tilda-glade.patch:1.1
--- /dev/null   Tue Dec 25 00:14:51 2007
+++ SOURCES/tilda-glade.patch   Tue Dec 25 00:14:45 2007
@@ -0,0 +1,22 @@
+--- tilda-0.9.5/src/wizard.c~  2007-12-13 01:24:21.000000000 +0100
++++ tilda-0.9.5/src/wizard.c   2007-12-22 22:36:56.000000000 +0100
+@@ -67,7 +67,7 @@
+     DEBUG_ASSERT (ltw != NULL);
+ 
+     gchar *window_title;
+-    const gchar *glade_file = g_build_filename (DATADIR, "tilda.glade", NULL);
++    const gchar *glade_file = g_build_filename (DATADIR, "tilda/tilda.glade", 
NULL);
+     GtkWidget *wizard_window;
+ 
+     /* Make sure that there isn't already a wizard showing */
+--- tilda-0.9.5/Makefile.am~   2007-12-13 01:24:21.000000000 +0100
++++ tilda-0.9.5/Makefile.am    2007-12-22 22:41:31.000000000 +0100
+@@ -21,8 +21,6 @@
+ Pixmapsdir = ${datadir}/pixmaps
+ Pixmaps_DATA = tilda.png
+ 
+-data_DATA = tilda.glade
+-
+ tilda.desktop: tilda.desktop.in
+       sed -e 's|[EMAIL PROTECTED]@|$(bindir)|' \
+           -e 's|[EMAIL PROTECTED]@|$(datadir)/applications|' $< > $@
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to