]> git.pld-linux.org Git - packages/gnome-applets.git/commitdiff
- fix visibility behaviour.. desribed in http://bugzilla.gnome.org/show_bug.cgi?id...
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 6 Oct 2004 07:38:06 +0000 (07:38 +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.1

gnome-applets-stickynotes-visible.patch [new file with mode: 0644]

diff --git a/gnome-applets-stickynotes-visible.patch b/gnome-applets-stickynotes-visible.patch
new file mode 100644 (file)
index 0000000..30c76e9
--- /dev/null
@@ -0,0 +1,12 @@
+--- 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.071675 seconds and 4 git commands to generate.