- Timestamp:
- Dec 4, 2013 12:19:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui/application.py
r4675 r4677 58 58 59 59 # GUI variables 60 self.showLogWindow = tk.IntVar(value= 1)60 self.showLogWindow = tk.IntVar(value=0) 61 61 self.quitting = False 62 62 … … 378 378 if not chat: chat = acc.newChat(bud) 379 379 chat.showWindow() 380 chat.start Audio()380 chat.startCall() 381 381 elif label=='Send instant message': 382 382 chat = acc.findChat(bud)
Note: See TracChangeset
for help on using the changeset viewer.