about summary refs log tree commit diff
path: root/pkgs/applications/misc/gramps/disable-gtk-warning-dialog.patch
blob: c97fe9dde9f415109da5a830eead2d3b44d0047f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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()