Author: megabajt                     Date: Tue Sep 16 17:48:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes crash on startup (lp#270671)

---- Files affected:
SOURCES:
   gsynaptics-pixmap.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gsynaptics-pixmap.patch
diff -u /dev/null SOURCES/gsynaptics-pixmap.patch:1.1
--- /dev/null   Tue Sep 16 19:48:10 2008
+++ SOURCES/gsynaptics-pixmap.patch     Tue Sep 16 19:48:04 2008
@@ -0,0 +1,12 @@
+diff -urN gsynaptics-0.9.14/src/main.c gsynaptics-0.9.14.new/src/main.c
+--- gsynaptics-0.9.14/src/main.c       2008-02-28 23:27:28.000000000 +0100
++++ gsynaptics-0.9.14.new/src/main.c   2008-09-16 19:36:27.000000000 +0200
+@@ -690,7 +690,7 @@
+ 
+       gtk_window_set_default_size (GTK_WINDOW (widget), 400, -1);
+ 
+-      path = g_build_filename (DATADIR "/pixmaps", "touchpad.png");
++      path = g_build_filename (DATADIR "pixmaps", "touchpad.png", NULL);
+       if (path)
+       {
+               icon_pixbuf = gdk_pixbuf_new_from_file (path, NULL);
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to