[maemo-commits] [maemo-commits] r12531 - in projects/haf/trunk/hildon-help: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 28 15:22:43 EEST 2007
Author: schulhof
Date: 2007-06-28 15:22:29 +0300 (Thu, 28 Jun 2007)
New Revision: 12531

Modified:
   projects/haf/trunk/hildon-help/ChangeLog
   projects/haf/trunk/hildon-help/configure.ac
   projects/haf/trunk/hildon-help/debian/changelog
   projects/haf/trunk/hildon-help/src/osso-helplib.c
Log:
  * Stop eating client messages
  * Fixes: NB#61917


Modified: projects/haf/trunk/hildon-help/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-help/ChangeLog	2007-06-28 11:04:10 UTC (rev 12530)
+++ projects/haf/trunk/hildon-help/ChangeLog	2007-06-28 12:22:29 UTC (rev 12531)
@@ -1,3 +1,8 @@
+2007-06-28 Gabriel Schulhof <gabriel.schulhof at nokia.com>
+
+  * Stop eating client messages
+  * Fixes: NB#61917
+
 2007-05-31 Gabriel Schulhof <gabriel.schulhof at nokia.com>
 
 	* Removed dependency on libart_lgpl

Modified: projects/haf/trunk/hildon-help/configure.ac
===================================================================
--- projects/haf/trunk/hildon-help/configure.ac	2007-06-28 11:04:10 UTC (rev 12530)
+++ projects/haf/trunk/hildon-help/configure.ac	2007-06-28 12:22:29 UTC (rev 12531)
@@ -7,7 +7,7 @@
 
 # Mandatory, initializes autoconf.
 #
-AC_INIT(libhildonhelp, 1.9.1)
+AC_INIT(libhildonhelp, 1.9.2)
 
 # Tests that source dir exists
 AC_CONFIG_SRCDIR(src/hildon-help.h)

Modified: projects/haf/trunk/hildon-help/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-help/debian/changelog	2007-06-28 11:04:10 UTC (rev 12530)
+++ projects/haf/trunk/hildon-help/debian/changelog	2007-06-28 12:22:29 UTC (rev 12531)
@@ -1,3 +1,10 @@
+libhildonhelp (1.9.2-1) unstable; urgency=low
+
+  * Stop eating client messages
+  * Fixes: NB#61917
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Thu, 28 Jun 2007 15:19:44 +0300
+
 libhildonhelp (1.9.1-2) unstable; urgency=low
 
   * Removed debian/control dependency on libart_lgpl

Modified: projects/haf/trunk/hildon-help/src/osso-helplib.c
===================================================================
--- projects/haf/trunk/hildon-help/src/osso-helplib.c	2007-06-28 11:04:10 UTC (rev 12530)
+++ projects/haf/trunk/hildon-help/src/osso-helplib.c	2007-06-28 12:22:29 UTC (rev 12531)
@@ -66,10 +66,9 @@
         if (cm->message_type == wm_atom && cm->data.l[0] == help_atom) {
             /* XClientMessageEvent *cm = xevent; */
             g_signal_emit(G_OBJECT(dialog), help_signal, 0);
-        }
 
-        return GDK_FILTER_REMOVE;       /* Event handled, don't process
-                                           further */
+            return GDK_FILTER_REMOVE;       /* Event handled, don't process further */
+        }
     }
 
     return GDK_FILTER_CONTINUE; /* Event not handled */


More information about the maemo-commits mailing list