Ignore:
Timestamp:
Dec 5, 2013 1:20:37 PM (10 years ago)
Author:
nanang
Message:

Re #1708: Misc updates:

  • Explicitly invoke call hangup in stopping audio.
  • Show text chat box, if it's hidden, when user initiates instant message (right click on buddy).
File:
1 edited

Legend:

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

    r4686 r4687  
    399399                        chat = acc.findChat(bud.cfg.uri) 
    400400                        if not chat: chat = acc.newChat(bud.cfg.uri) 
    401                         chat.showWindow() 
     401                        chat.showWindow(True) 
    402402                elif label=='Subscribe': 
    403403                        bud.subscribePresence(True) 
Note: See TracChangeset for help on using the changeset viewer.