[maemo-commits] [maemo-commits] r18065 - projects/haf/trunk/dbus/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 15 12:39:09 EEST 2009
Author: makarhun
Date: 2009-04-15 12:39:08 +0300 (Wed, 15 Apr 2009)
New Revision: 18065

Modified:
   projects/haf/trunk/dbus/debian/dbus-Xsession
Log:
added SUW restart check.

Modified: projects/haf/trunk/dbus/debian/dbus-Xsession
===================================================================
--- projects/haf/trunk/dbus/debian/dbus-Xsession	2009-04-15 09:29:17 UTC (rev 18064)
+++ projects/haf/trunk/dbus/debian/dbus-Xsession	2009-04-15 09:39:08 UTC (rev 18065)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+if [ $LOCALE_SET_BY_SUW ] ;
+then
+  exit 0
+fi
+
 USER=`whoami`
 if [ "x$USER" = "xroot" ]; then
   export SESSION_BUS_ADDRESS_FILE=/tmp/session_bus_address.user


More information about the maemo-commits mailing list