[gnoduino] Allow the text to actually be seen on the status bar Also known as am I getting old? on reading/spot



commit 2d8c2ad84fe37ed9df1dfc6f8d8bb04c815ab842
Author: Lucian Langa <lucilanga gnome org>
Date:   Fri May 10 00:44:40 2013 +0200

    Allow the text to actually be seen on the status bar
    Also known as am I getting old? on reading/spotting texts on the status bar?

 src/misc.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/misc.py b/src/misc.py
index 27f49b1..862c626 100644
--- a/src/misc.py
+++ b/src/misc.py
@@ -317,7 +317,7 @@ def printLogMessageLn(message):
 
 def statusMessage(w, text):
        w.push(1, text)
-       glib.timeout_add(1000, lambda x: w.pop(1), 0)
+       glib.timeout_add(5000, lambda x: w.pop(1), 0)
 
 def bufferModified(w, f):
        buf = hashlib.sha224(w.get_text(w.get_start_iter(), w.get_end_iter())).hexdigest()


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