no pep with default status messages.

This commit is contained in:
Yann Leboulanger 2009-05-01 09:51:48 +00:00
parent f8267ad047
commit 1c1d6b6c26
1 changed files with 1 additions and 1 deletions

View File

@ -2102,7 +2102,7 @@ class RosterWindow:
if show in gajim.config.get_per('defaultstatusmsg'):
if gajim.config.get_per('defaultstatusmsg', show, 'enabled'):
on_response(gajim.config.get_per('defaultstatusmsg', show,
'message'), pep_dict)
'message'), None)
return
if not always_ask and ((show == 'online' and not gajim.config.get(
'ask_online_status')) or (show in ('offline', 'invisible') and not \