From bf35cab4fc3f9cfb2e7f7388042908c957f055f6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 5 Jan 2007 19:44:53 +0000 Subject: [PATCH] create ~/.kde/share/services/xmpp.protocol if it does not exist. --- src/gtkgui_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 8695a030a..b34ae4b8c 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -657,7 +657,7 @@ def possibly_set_gajim_as_xmpp_handler(): # setting for KDE if path_to_kde_file is not None: # user has run kde at least once - f = open(path_to_kde_file, 'w') + f = open(path_to_kde_file, 'a') f.write('''\ [Protocol] exec=%s "%%u"