From 6a6e1cd73a7579ebcb8b51be630e9c4c5aa9d339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 22 May 2014 09:04:37 +0200 Subject: [PATCH] Do not need to warn user anymore about UNSTABLE code (trunk) --- gramps/gui/grampsgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index c97263767..ee9c00879 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -254,7 +254,7 @@ class Gramps(object): from .dialog import WarningDialog import gettext - _display_welcome_message() + #_display_welcome_message() register_stock_icons() if lin() and glocale.lang != 'C' and not gettext.find(GTK_GETTEXT_DOMAIN):