[Reportbug-commits] r648 - in trunk (4 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Sep 6 13:43:58 UTC 2008


    Date: Saturday, September 6, 2008 @ 13:43:57
  Author: morph-guest
Revision: 648

applied Luca's patches for GTK+ ui

Modified:
  trunk/bin/reportbug
  trunk/reportbug/ui/newt_ui.py
  trunk/reportbug/ui/text_ui.py
  trunk/reportbug/ui/urwid_ui.py

Modified: trunk/bin/reportbug
===================================================================
--- trunk/bin/reportbug	2008-09-06 09:53:58 UTC (rev 647)
+++ trunk/bin/reportbug	2008-09-06 13:43:57 UTC (rev 648)
@@ -833,6 +833,7 @@
                             interface, msg)
             ewrite('\n')
 
+        ui.initialize ()
         submit.ui = ui
         # Add INTERFACE as an environment variable to access it from the
         # script gathering the special information for reportbug, when

Modified: trunk/reportbug/ui/newt_ui.py
===================================================================
--- trunk/reportbug/ui/newt_ui.py	2008-09-06 09:53:58 UTC (rev 647)
+++ trunk/reportbug/ui/newt_ui.py	2008-09-06 13:43:57 UTC (rev 648)
@@ -298,3 +298,6 @@
     if not screen:
         scr.finish()
     return result
+
+def initialize ():
+    pass

Modified: trunk/reportbug/ui/text_ui.py
===================================================================
--- trunk/reportbug/ui/text_ui.py	2008-09-06 09:53:58 UTC (rev 647)
+++ trunk/reportbug/ui/text_ui.py	2008-09-06 13:43:57 UTC (rev 648)
@@ -936,3 +936,6 @@
         ewrite('No changes were made in the editor.\n')
 
     return (newmessage, newmessage != message)
+
+def initialize ():
+    pass

Modified: trunk/reportbug/ui/urwid_ui.py
===================================================================
--- trunk/reportbug/ui/urwid_ui.py	2008-09-06 09:53:58 UTC (rev 647)
+++ trunk/reportbug/ui/urwid_ui.py	2008-09-06 13:43:57 UTC (rev 648)
@@ -646,6 +646,9 @@
     ('scrolllabel', 'white', 'dark cyan'),
     ]
 
+def initialize ():
+    pass
+
 def test():
     import time
 




More information about the Reportbug-commits mailing list