[maemo-commits] [maemo-commits] r16337 - in projects/haf/trunk/ke-recv: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 3 16:07:24 EEST 2008
Author: kihamala
Date: 2008-10-03 16:07:23 +0300 (Fri, 03 Oct 2008)
New Revision: 16337

Modified:
   projects/haf/trunk/ke-recv/debian/changelog
   projects/haf/trunk/ke-recv/src/ke-recv.c
Log:
assuming that desktop is running


Modified: projects/haf/trunk/ke-recv/debian/changelog
===================================================================
--- projects/haf/trunk/ke-recv/debian/changelog	2008-10-03 12:49:49 UTC (rev 16336)
+++ projects/haf/trunk/ke-recv/debian/changelog	2008-10-03 13:07:23 UTC (rev 16337)
@@ -6,6 +6,7 @@
   * Do not unmount anything on exit. Fixes: NB#87593
   * Removed unused D-Bus service file. Fixes: NB#87149
   * Removed dependency to libosso-filemanager-interface. Fixes: NB#87254
+  * Assume that hildon-desktop is always running to allow automounting.
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 03 Oct 2008 12:35:43 +0300
 

Modified: projects/haf/trunk/ke-recv/src/ke-recv.c
===================================================================
--- projects/haf/trunk/ke-recv/src/ke-recv.c	2008-10-03 12:49:49 UTC (rev 16336)
+++ projects/haf/trunk/ke-recv/src/ke-recv.c	2008-10-03 13:07:23 UTC (rev 16337)
@@ -3036,6 +3036,10 @@
                 first_boot = TRUE;
         }
 
+        /* FIXME: now we assume that desktop is running
+         * (needs rechecking and possibly fixing hildon-desktop) */
+        desktop_started = TRUE;
+
         if (desktop_started || first_boot) {
                 /* initialise GConf keys and possibly mount or USB-share */
                 if (int_mmc_enabled) {


More information about the maemo-commits mailing list