GNOME Bugzilla – Bug 523668
No easy way to hide stickynotes
Last modified: 2008-03-21 01:38:27 UTC
Clicking the stickynotes icon should hide the notes if they are visible. Other information: At the moment to hide stickynotes you must right click and choose hide notes - far from convenient. Intuitively I expected clicking the icon to _toggle_ visibility of notes rather than just show them. I am aware that the documented behaviour is to hide them when they lose focus but this is also broken at the moment (#489316)
Created attachment 107718 [details] [review] Quick hack showing what I mean This patch demonstrates the behavior I'm after, but breaks when double clicking to add a new note (notes hide then reappear as the GDK_BUTTON_PRESS event happens twice). I'll attempt to resolve this tomorrow - This is the first time I've actually touched any GNOME code, unless anyone wants to show me a better way to do it :)
*** This bug has been marked as a duplicate of 335483 ***