gramps: 6.0.1 -> 6.0.2
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py
|
||||
index 0c0d4c3..522f65a 100644
|
||||
index 26ef1a2..217e2a6 100644
|
||||
--- a/gramps/gui/grampsgui.py
|
||||
+++ b/gramps/gui/grampsgui.py
|
||||
@@ -573,9 +573,6 @@ class Gramps:
|
||||
dbstate = DbState()
|
||||
self._vm = ViewManager(app, dbstate, config.get("interface.view-categories"))
|
||||
@@ -575,7 +575,7 @@ class Gramps:
|
||||
|
||||
- if lin() and glocale.lang != "C" and not gettext.find(GTK_GETTEXT_DOMAIN):
|
||||
- _display_gtk_gettext_message(parent=self._vm.window)
|
||||
-
|
||||
_display_translator_message(parent=self._vm.window)
|
||||
|
||||
self._vm.init_interface()
|
||||
if (
|
||||
lin()
|
||||
- and "SNAP" not in os.environ
|
||||
+ and False
|
||||
and glocale.lang != "C"
|
||||
and not gettext.find(GTK_GETTEXT_DOMAIN)
|
||||
):
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "6.0.1";
|
||||
version = "6.0.2";
|
||||
pname = "gramps";
|
||||
pyproject = true;
|
||||
|
||||
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "gramps-project";
|
||||
repo = "gramps";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-EKiC7zFIAXwKXun8jixanVmBI5XyQlxBcN5rxbqdq9k=";
|
||||
hash = "sha256-ivOa45NNw6h+QxPvN+2fOoQOU6t+HYslR4t9vA+xTic=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user