[meld] meldapp: Actually present the window for correct raising behaviour



commit 94c661e62f613c02678893d0b62f8b92863d278b
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Tue Jun 10 07:29:48 2014 +1000

    meldapp: Actually present the window for correct raising behaviour

 meld/meldapp.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/meldapp.py b/meld/meldapp.py
index c7a6d87..a2c9c98 100644
--- a/meld/meldapp.py
+++ b/meld/meldapp.py
@@ -87,7 +87,7 @@ class MeldApp(Gtk.Application):
         window = self.get_active_window().meldwindow
         if not window.has_pages():
             window.append_new_comparison()
-        window.widget.show()
+        window.widget.present()
         return 0
 
     def do_window_removed(self, widget):


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