- Timestamp:
- Nov 6, 2013 8:14:17 AM (11 years ago)
- Location:
- pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui
- Property svn:ignore
-
old new 1 1 pygui.log 2 2 pygui.dat 3 pygui.js
-
- Property svn:ignore
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/pygui/account.py
r4640 r4648 51 51 if self.isValid(): 52 52 ai = self.getInfo() 53 if ai.regIsActive: 53 if ai.regLastErr: 54 status = self.app.ep.utilStrError(ai.regLastErr) 55 elif ai.regIsActive: 54 56 if ai.onlineStatus: 55 57 if len(ai.onlineStatusText):
Note: See TracChangeset
for help on using the changeset viewer.