Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 565158

Summary: dev-util/meld-3.15.0: Version bump
Product: Gentoo Linux Reporter: wjn
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description wjn 2015-11-08 18:14:30 UTC
Meld 3.15.0 has been released on 2015-10-05.


 Also, a bug is discovered and a patch is pushed after this release.
https://bugzilla.gnome.org/show_bug.cgi?id=755407
https://github.com/zainengineer/meld/commit/044844b

--- meld/meldapp.py.orig	2015-11-08 17:43:48.067051476 +0000
+++ meld/meldapp.py	2015-11-08 17:52:31.354990868 +0000
@@ -98,6 +98,8 @@
     def do_window_removed(self, widget):
         widget.meldwindow = None
         Gtk.Application.do_window_removed(self, widget)
+        if not len(self.get_windows()):
+            self.quit()
 
     # We can't override do_local_command_line because it has no introspection
     # annotations: https://bugzilla.gnome.org/show_bug.cgi?id=687912


Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-11-08 19:53:02 UTC

*** This bug has been marked as a duplicate of bug 564364 ***