[nanny: 4/13] Fix the hack for delaying until Unity is started (was broken in Unity 2D)



commit b0920cd30a8d2e664043a3000b48e9821a529e93
Author: Guido Tabbernuk <boamaod gmail com>
Date:   Thu Feb 23 18:05:56 2012 +0200

    Fix the hack for delaying until Unity is started (was broken in Unity 2D)

 daemon/src/LinuxSessionFiltering.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/src/LinuxSessionFiltering.py b/daemon/src/LinuxSessionFiltering.py
index 0b24c16..27e895d 100755
--- a/daemon/src/LinuxSessionFiltering.py
+++ b/daemon/src/LinuxSessionFiltering.py
@@ -133,7 +133,7 @@ class LinuxSessionBlocker(gobject.GObject) :
                     print "Waiting for the desktop to start", intervals_to_wait
                     time.sleep(SLEEP_INTERVAL)
 
-            time.sleep(SLEEP_INTERVAL)
+                time.sleep(SLEEP_INTERVAL)
             # EOH
             
             p = Popen(cmd)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]