[maemo-commits] [maemo-commits] r12079 - in projects/haf/trunk/libosso: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 4 10:36:36 EEST 2007
Author: kihamala
Date: 2007-06-04 10:36:33 +0300 (Mon, 04 Jun 2007)
New Revision: 12079

Modified:
   projects/haf/trunk/libosso/debian/changelog
   projects/haf/trunk/libosso/src/osso-rpc.c
Log:
fixing the launch banner code


Modified: projects/haf/trunk/libosso/debian/changelog
===================================================================
--- projects/haf/trunk/libosso/debian/changelog	2007-06-04 07:36:21 UTC (rev 12078)
+++ projects/haf/trunk/libosso/debian/changelog	2007-06-04 07:36:33 UTC (rev 12079)
@@ -1,3 +1,10 @@
+libosso (2.10-1) unstable; urgency=low
+
+  * UNRELEASED
+  * Fixed launch banner to use the new freedesktop.org API. Fixes: NB#55804
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon,  4 Jun 2007 10:18:00 +0300
+
 libosso (2.9-1) unstable; urgency=low
 
   * Added dbus_bus_release_name call to osso_deinitialize. Fixes: NB#58518

Modified: projects/haf/trunk/libosso/src/osso-rpc.c
===================================================================
--- projects/haf/trunk/libosso/src/osso-rpc.c	2007-06-04 07:36:21 UTC (rev 12078)
+++ projects/haf/trunk/libosso/src/osso-rpc.c	2007-06-04 07:36:33 UTC (rev 12079)
@@ -4,7 +4,7 @@
  * 
  * This file is part of libosso
  *
- * Copyright (C) 2005-2006 Nokia Corporation. All rights reserved.
+ * Copyright (C) 2005-2007 Nokia Corporation. All rights reserved.
  *
  * Contact: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
  *
@@ -23,7 +23,7 @@
  * 02110-1301 USA
  */
 
-#define TASK_NAV_SERVICE "com.nokia.tasknav"
+#define TASK_NAV_SERVICE "com.nokia.hildon-desktop"
 /* NOTICE: Keep these in sync with values in
  * hildon-navigator/windowmanager.c! */
 #define APP_LAUNCH_BANNER_METHOD_INTERFACE \
@@ -213,11 +213,11 @@
         dbus_message_unref(msg);
         if (b) {
 
-	    /* Tell TaskNavigator to show "launch banner" */
+	    /* Tell hildon-desktop to show the launch banner */
 	    msg = dbus_message_new_method_call(TASK_NAV_SERVICE,
 			    APP_LAUNCH_BANNER_METHOD_PATH,
 			    APP_LAUNCH_BANNER_METHOD_INTERFACE,
-			    APP_LAUNCH_BANNER_METHOD );
+			    APP_LAUNCH_BANNER_METHOD);
    
 	    if (msg != NULL) {
                 dbus_message_append_args(msg, DBUS_TYPE_STRING, &service,


More information about the maemo-commits mailing list