Changeset 8467 for branches/jingle/src/chat_control.py
- Timestamp:
- 08/07/07 18:34:09 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/chat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/chat_control.py
r8461 r8467 1193 1193 1194 1194 def _on_start_voip_menuitem_activate(self, *things): 1195 print 'Start VoiP' 1196 gajim.connections[self.account].startVoiP(self.contact.jid) 1195 gajim.connections[self.account].startVoiP(self.contact.jid+'/'+self.contact.resource) 1197 1196 1198 1197 def _update_gpg(self):
