[packages/mate-applets: 182/311] - fix visibility behaviour.. desribed in http://bugzilla.gnome.org/show_bug.cgi?id=151832
glen
glen at pld-linux.org
Thu Dec 27 20:38:25 CET 2012
commit 7c693e3d6cb18125281054ea2b4716502917220e
Author: Marcin Krzyżanowski <marcin.krzyzanowski at hakore.com>
Date: Wed Oct 6 07:38:06 2004 +0000
- fix visibility behaviour.. desribed in http://bugzilla.gnome.org/show_bug.cgi?id=151832
Changed files:
gnome-applets-stickynotes-visible.patch -> 1.1
gnome-applets-stickynotes-visible.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/gnome-applets-stickynotes-visible.patch b/gnome-applets-stickynotes-visible.patch
new file mode 100644
index 0000000..30c76e9
--- /dev/null
+++ b/gnome-applets-stickynotes-visible.patch
@@ -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);
+ }
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/65c1b73f8721e2c1dd8f5b7d875df06b87ad8453
More information about the pld-cvs-commit
mailing list