]> git.pld-linux.org Git - packages/gnome-applets.git/commitdiff
- obsoleted
authoraflinta <aflinta@pld-linux.org>
Tue, 12 Oct 2004 10:49:06 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-applets-stickynotes-visible.patch -> 1.2

gnome-applets-stickynotes-visible.patch [deleted file]

diff --git a/gnome-applets-stickynotes-visible.patch b/gnome-applets-stickynotes-visible.patch
deleted file mode 100644 (file)
index 30c76e9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- stickynotes/stickynotes.c.orig     2004-10-06 09:22:02.339498808 +0200
-+++ stickynotes/stickynotes.c  2004-10-06 09:22:50.476180920 +0200
-@@ -600,6 +600,9 @@
-                               gchar *visible = xmlGetProp(node, "visible");
-                               if (visible)
-                                       stickynote_set_visible(note, strcmp(visible, "true") == 0);
-+                              else
-+                                      stickynote_set_visible(note, FALSE);
-+                                  
-                               g_free(visible);
-                       }
-               }
This page took 0.136589 seconds and 4 git commands to generate.