Ignore:
Timestamp:
Dec 4, 2013 12:19:48 PM (10 years ago)
Author:
nanang
Message:

Re #1708: Implement adding participants, also various misc updates/fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui/application.py

    r4675 r4677  
    5858                 
    5959                # GUI variables 
    60                 self.showLogWindow = tk.IntVar(value=1) 
     60                self.showLogWindow = tk.IntVar(value=0) 
    6161                self.quitting = False  
    6262                 
     
    378378                        if not chat: chat = acc.newChat(bud) 
    379379                        chat.showWindow() 
    380                         chat.startAudio() 
     380                        chat.startCall() 
    381381                elif label=='Send instant message': 
    382382                        chat = acc.findChat(bud) 
Note: See TracChangeset for help on using the changeset viewer.