]> git.pld-linux.org Git - packages/gnome-applets.git/blob - gnome-applets-stickynotes-visible.patch
- fix visibility behaviour.. desribed in http://bugzilla.gnome.org/show_bug.cgi?id...
[packages/gnome-applets.git] / gnome-applets-stickynotes-visible.patch
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.046512 seconds and 3 git commands to generate.