gnome-applets r10620 - trunk/stickynotes



Author: kmaraas
Date: Thu Feb  7 07:06:35 2008
New Revision: 10620
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10620&view=rev

Log:
2008-02-07  Kjartan Maraas  <kmaraas gnome org>

	* stickynotes.schemas.in: Add two missing full stops.
	* stickynotes_applet_callbacks.c: (desktop_window_event_filter):
	Add missing return value.

Modified:
   trunk/stickynotes/ChangeLog
   trunk/stickynotes/stickynotes.schemas.in
   trunk/stickynotes/stickynotes_applet_callbacks.c

Modified: trunk/stickynotes/stickynotes.schemas.in
==============================================================================
--- trunk/stickynotes/stickynotes.schemas.in	(original)
+++ trunk/stickynotes/stickynotes.schemas.in	Thu Feb  7 07:06:35 2008
@@ -57,7 +57,7 @@
 	<default>Sans 10</default>
 	<locale name="C">
 		<short>Default font for new notes</short>
-		<long>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10"</long>
+		<long>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10".</long>
 	</locale>
 </schema>
 
@@ -141,7 +141,7 @@
 	<default>true</default>
 	<locale name="C">
 		<short>Whether to ask for confirmation when deleting a note</short>
-		<long>Empty notes are always deleted without confirmation</long>
+		<long>Empty notes are always deleted without confirmation.</long>
 	</locale>
 </schema>
 

Modified: trunk/stickynotes/stickynotes_applet_callbacks.c
==============================================================================
--- trunk/stickynotes/stickynotes_applet_callbacks.c	(original)
+++ trunk/stickynotes/stickynotes_applet_callbacks.c	Thu Feb  7 07:06:35 2008
@@ -140,6 +140,7 @@
 	    (((XEvent*)xevent)->xproperty.atom == gdk_x11_get_xatom_by_name ("_NET_WM_USER_TIME"))) { 
 		stickynote_show_notes (FALSE);
 	} 
+	return GDK_FILTER_CONTINUE;
 }
 
 void install_check_click_on_desktop (void)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]