This commit is contained in:
Yann Leboulanger 2008-11-30 18:58:32 +00:00
parent 3e88fdf41e
commit 941ab84d22
1 changed files with 1 additions and 1 deletions

View File

@ -1235,7 +1235,7 @@ class ChatControl(ChatControlBase):
def update_toolbar(self):
# Formatting
if gajim.capscache.is_supported(self.contact, NS_XHTML_IM)
if gajim.capscache.is_supported(self.contact, NS_XHTML_IM) \
and not gajim.capscache.is_supported('notexistant'):
self._formattings_button.set_sensitive(True)
else: