Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 1252c381aa5d3ceb8f560e3c5bbb83cc > files > 1

meld-3.22.0-3.mga9.src.rpm

From 93438195814606d160aae98a67c2e0ce015b43d1 Mon Sep 17 00:00:00 2001
From: Kai Willadsen <kai.willadsen@gmail.com>
Date: Sat, 4 Feb 2023 12:07:03 +1000
Subject: [PATCH] Fix misleading requirement text in startup script (#744)

Given that we don't support GTK 4 or GtkSourceView 5, the previous
phrasing was potentially confusing.
---
 bin/meld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/meld b/bin/meld
index 44672b82..919b183c 100755
--- a/bin/meld
+++ b/bin/meld
@@ -252,7 +252,7 @@ def check_requirements():
         for r in requirements:
             r.check()
     except (AttributeError, ImportError, RuntimeError, ValueError):
-        show_error_and_exit(_('Meld requires %s or higher.') % str(r))
+        show_error_and_exit(_('Meld requires %s.') % str(r))
 
 
 def setup_resources():
-- 
GitLab