From 148c216c58ee13ce6a05ad557677ec6822649404 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 5 Jan 2007 19:19:29 +0000 Subject: [PATCH] handle correctly xmpp:// registration under KDE. fixes #2869 --- src/gtkgui_helpers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index f4edef66c..1fbfdf3b8 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -634,8 +634,6 @@ def possibly_set_gajim_as_xmpp_handler(): if os.path.exists(path_to_dot_kde): path_to_kde_file = os.path.join(path_to_dot_kde, 'share/services/xmpp.protocol') - if not os.path.exists(path_to_kde_file): - path_to_kde_file = None else: path_to_kde_file = None