[sysadmin-bin] Button isn't active anymore, switch RT3-stats to point to drawable.



commit b0a74495225bc057b83d1c6016083feb92ebb849
Author: Andrea Veri <av gnome org>
Date:   Tue Jan 15 12:43:16 2013 +0100

    Button isn't active anymore, switch RT3-stats to point to drawable.

 rt3/rt.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rt3/rt.py b/rt3/rt.py
index 1aba25a..234e349 100755
--- a/rt3/rt.py
+++ b/rt3/rt.py
@@ -92,7 +92,7 @@ if __name__ == "__main__":
     dbpass = f.readline ().strip ()
     f.close ()
 
-    connection = MySQLdb.connect ('button-back', 'rtstats', dbpass, 'rt3')
+    connection = MySQLdb.connect ('drawable-back', 'rtstats', dbpass, 'rt3')
     cursor = connection.cursor ()
 
     for queue in QUEUES.keys():



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