This commit is contained in:
Nikos Kouremenos 2005-06-12 11:54:08 +00:00
parent f0fca2d2b0
commit 2d3f877cd0
2 changed files with 6 additions and 1680 deletions

View File

@ -313,6 +313,11 @@ class GroupchatWindow(chat.Chat):
self.plugin.roster.make_menu() self.plugin.roster.make_menu()
dialogs.InformationDialog(
_('Bookmark has been added successfully'),
_('You can find the bookmark for room "%s" in your roster.') % \
room_jid).get_response()
def on_message_textview_key_press_event(self, widget, event): def on_message_textview_key_press_event(self, widget, event):
"""When a key is pressed: """When a key is pressed:
if enter is pressed without the shift key, message (if not empty) is sent if enter is pressed without the shift key, message (if not empty) is sent

File diff suppressed because one or more lines are too long