Fix code comment.
authorMason Larobina <mason.larobina@gmail.com>
Sat, 1 Aug 2009 15:59:41 +0000 (23:59 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Sat, 1 Aug 2009 15:59:41 +0000 (23:59 +0800)
examples/data/uzbl/scripts/uzbl_tabbed.py

index b7612e6..9ffa97d 100755 (executable)
@@ -1317,7 +1317,9 @@ class UzblTabbed:
         for (tab, uzbl) in self.tabs.items():
             uzbl.send("exit")
 
-        # Add a gobject timer to make sure the application force-quits after a period.
+        # Add a gobject timer to make sure the application force-quits after a
+        # reasonable period. Calling quit when all the tabs haven't had time to
+        # close should be a last resort.
         timer = "force-quit"
         timerid = timeout_add(5000, self.quit, timer)
         self._timers[timer] = timerid