]> git.pld-linux.org Git - packages/gnome-applets.git/blame - gnome-applets-stickynotes-visible.patch
- up to version 2.8.1
[packages/gnome-applets.git] / gnome-applets-stickynotes-visible.patch
CommitLineData
7c693e3d
MK
1--- stickynotes/stickynotes.c.orig 2004-10-06 09:22:02.339498808 +0200
2+++ stickynotes/stickynotes.c 2004-10-06 09:22:50.476180920 +0200
3@@ -600,6 +600,9 @@
4 gchar *visible = xmlGetProp(node, "visible");
5 if (visible)
6 stickynote_set_visible(note, strcmp(visible, "true") == 0);
7+ else
8+ stickynote_set_visible(note, FALSE);
9+
10 g_free(visible);
11 }
12 }
This page took 0.144868 seconds and 4 git commands to generate.