Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565158 - dev-util/meld-3.15.0: Version bump
Summary: dev-util/meld-3.15.0: Version bump
Status: RESOLVED DUPLICATE of bug 564364
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-08 18:14 UTC by wjn
Modified: 2015-11-08 19:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***