Ticket #2311 (new defect)
Opened 4 months ago
Fatal error KeyError: 'useAliasIfAvailable'
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | other | Version: | |
| Keywords: | Cc: |
Description
Fatal error This is a bug. Please report it at: http://www.emesene.org
Traceback (most recent call last):
File "/usr/share/emesene/ConversationUI.py", line 566, in onCloseClicked
self.parentUI.parentConversation.close()
File "/usr/share/emesene/Conversation.py", line 119, in close
self.parentConversationWindow.closeTab(self)
File "/usr/share/emesene/ConversationWindow.py", line 310, in closeTab
self.on_switch_page(None, None, self.tabs.get_current_page())
File "/usr/share/emesene/ConversationWindow.py", line 237, in on_switch_page
self.update_title()
File "/usr/share/emesene/ConversationWindow.py", line 245, in update_title
self.conversation.getTitle()).get()))
File "/usr/share/emesene/Conversation.py", line 193, in getTitle
if self.config.useruseAliasIfAvailable?:
KeyError?: 'useAliasIfAvailable'
