From 3b12da41a38710eb1219b0822ad8cee069722d27 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 18 Mar 2006 11:55:04 +0000 Subject: [PATCH] missing save before commit :) --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index b983f60d0..1c5cb99a9 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -892,7 +892,7 @@ class Interface: #('GC_INVITATION', (room_jid, jid_from, reason, password)) jid = gajim.get_jid_without_resource(array[1]) room_jid = array[0] - if gajim.popup_window(account): + if gajim.popup_window(account) or not self.systray_enabled: dialogs.InvitationReceivedDialog(account, room_jid, jid, array[3], array[2]) return