nixpkgs/pkgs/applications/misc/gramps/disable-gtk-warning-dialog.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
555 B
Diff
Raw Normal View History

2024-02-26 20:35:02 +01:00
diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py
index 0c0d4c3..522f65a 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"))
- 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()