Changeset 87
- Timestamp:
- 07/16/07 22:53:45 (3 years ago)
- Location:
- gajim/branches/chat2muc/src
- Files:
-
- 2 modified
-
common/connection_handlers.py (modified) (1 diff)
-
gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gajim/branches/chat2muc/src/common/connection_handlers.py
r86 r87 1531 1531 if invite.getTag('invite').getTag('continue'): 1532 1532 is_continued = True 1533 print '1'1534 else:1535 print '0'1536 1533 self.dispatch('GC_INVITATION',(frm, jid_from, reason, password, 1537 1534 is_continued)) -
gajim/branches/chat2muc/src/gajim.py
r86 r87 1210 1210 room_jid = array[0] 1211 1211 if helpers.allow_popup_window(account) or not self.systray_enabled: 1212 print '11'1213 1212 dialogs.InvitationReceivedDialog(account, room_jid, jid, array[3], 1214 1213 array[2], is_continued=array[4]) … … 1225 1224 notify.popup(event_type, jid, account, 'gc-invitation', path, 1226 1225 event_type, room_jid) 1227 print '12'1228 1226 1229 1227 def handle_event_bad_passphrase(self, account, array):
