[maemo-commits] [maemo-commits] r10718 - in projects/haf/trunk/osso-af-startup: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 22 15:34:58 EET 2007
Author: kihamala
Date: 2007-03-22 15:34:57 +0200 (Thu, 22 Mar 2007)
New Revision: 10718

Modified:
   projects/haf/trunk/osso-af-startup/debian/changelog
   projects/haf/trunk/osso-af-startup/services/real-af-startup
Log:
cut some long lines


Modified: projects/haf/trunk/osso-af-startup/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/changelog	2007-03-22 13:32:49 UTC (rev 10717)
+++ projects/haf/trunk/osso-af-startup/debian/changelog	2007-03-22 13:34:57 UTC (rev 10718)
@@ -1,9 +1,8 @@
 osso-af-startup (1.36-1) unstable; urgency=low
 
-  * UNRELEASED
   * Changed startup wizard sequence in the first boot.
 
- -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 02 Mar 2007 18:05:30 +0200
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 22 Mar 2007 15:34:39 +0200
 
 osso-af-startup (1.35-1) unstable; urgency=low
 

Modified: projects/haf/trunk/osso-af-startup/services/real-af-startup
===================================================================
--- projects/haf/trunk/osso-af-startup/services/real-af-startup	2007-03-22 13:32:49 UTC (rev 10717)
+++ projects/haf/trunk/osso-af-startup/services/real-af-startup	2007-03-22 13:34:57 UTC (rev 10718)
@@ -69,7 +69,8 @@
     fi
 
     if [ -x /usr/bin/wizback ]; then
-      dbus-send --print-reply --system --dest=org.maemo.WizardBackground / org.maemo.WizardBackground.advance uint32:1
+      dbus-send --print-reply --system --dest=org.maemo.WizardBackground \
+                / org.maemo.WizardBackground.advance uint32:1
     fi
 
     # Give Backup a chance to restore settings automatically
@@ -86,7 +87,8 @@
          -a ! -f /tmp/suw-user-cancelled.tmp ]; then
       if [ -x $AF_INIT_DIR/operator-wizard.sh ]; then
         if [ -x /usr/bin/wizback ]; then
-          dbus-send --print-reply --system --dest=org.maemo.WizardBackground / org.maemo.WizardBackground.advance uint32:1
+          dbus-send --print-reply --system --dest=org.maemo.WizardBackground \
+                    / org.maemo.WizardBackground.advance uint32:1
         fi
         $AF_INIT_DIR/operator-wizard.sh start
       fi
@@ -94,10 +96,13 @@
     fi
 
     if [ -x /usr/bin/wizback ]; then
-      # Can advance 2 positions here, since any position past the end has no effect
-      dbus-send --print-reply --system --dest=org.maemo.WizardBackground / org.maemo.WizardBackground.advance uint32:2
+      # Can advance 2 positions here, since any position past the
+      # end has no effect
+      dbus-send --print-reply --system --dest=org.maemo.WizardBackground / \
+                org.maemo.WizardBackground.advance uint32:2
       sleep 1
-      dbus-send --print-reply --system --dest=org.maemo.WizardBackground / org.maemo.WizardBackground.quit
+      dbus-send --print-reply --system --dest=org.maemo.WizardBackground / \
+                org.maemo.WizardBackground.quit
     fi
 
     rm -f $HOME/first-boot-flag


More information about the maemo-commits mailing list