diff bin/keyboardcomposer @ 810:f29788d1c8c9

kc/sc session control Ignore-this: bd0be61e7cd08e65118fdb96914470dc
author drewp@bigasterisk.com
date Mon, 23 Jul 2012 12:03:06 +0000
parents 7f1aef5fbddb
children 1ae8e6b287e3
line wrap: on
line diff
--- a/bin/keyboardcomposer	Thu Jul 19 04:54:29 2012 +0000
+++ b/bin/keyboardcomposer	Mon Jul 23 12:03:06 2012 +0000
@@ -345,8 +345,8 @@
         try:
             row = self.rows[self.current_row]
         except IndexError:
-            # if we're mid-load, this row might appear soon. If we
-            # changed interactively, the user is out of bounds and
+            # if we're mid-load, this row might still appear soon. If
+            # we changed interactively, the user is out of bounds and
             # needs to be brought back in
             if fromGraph:
                 return
@@ -548,7 +548,8 @@
 
     root = Tk()
     initTkdnd(root.tk, 'tkdnd/trunk/')
-    
+
+    # this has yet to be moved into the session graph
     tl = toplevelat("Keyboard Composer - %s" % opts.session,
                     existingtoplevel=root)