~ubuntu-branches/ubuntu/oneiric/gnome-orca/oneiric

« back to all changes in this revision

Viewing changes to src/orca/orca_gui_splash.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-07-05 09:09:42 UTC
  • mfrom: (0.9.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20110705090942-6cle2wtl1sdq9wr3
Tags: 3.1.3-0ubuntu1
* New upstream release
  - General
    + Fix for bug 653642 - Alt+F4 followed by Escape leaves the Orca window
      closed - but Orca still running
    + Fix for bug 653628 - List shortcuts mode: shortcut is spelled out as
      "shift T A B" instead of saying "shift tab"
    + Fix for bug 653634 - Orca welcome message is cut off
    + Fix for bug 653624 - bash-ism causes error in orca startup script
    + Fix for bug 653514 - The ONLY magnification work Orca should be doing
      is handling caret and focus tracking
    + Fix for bug 652500 - DBusException seen when Orca is running with
      gnome-shell mag
  - New and updated translations (THANKS EVERYONE!!!):
    + de            German               Christian Kirbach
    + es            Spanish              Daniel Mustieles
    + gl            Galician             Fran Diéguez
    + hu            Hungarian            Attila Hammer
    + sl            Slovenian            Matej Urbančič
    + sv            Swedish              Daniel Nylander
    + tr            Turkish              Muhammet Kara

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        box.grab_focus()
84
84
        splashScreen.show_all()
85
85
 
 
86
        gobject.timeout_add(3000, splashScreen.hide)
 
87
 
86
88
        while gtk.events_pending():
87
89
            gtk.main_iteration()
88
90
 
89
 
        gobject.timeout_add(3000, splashScreen.hide)
90
 
 
91
91
        return splashScreen
92
92
 
93
93
    def hideGUI(self):