Changeset 5594 for trunk/qt-gui/src/mainwin.cpp
- Timestamp:
- 10/11/07 04:27:24 (14 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/mainwin.cpp
r5593 r5594 2195 2195 { 2196 2196 //TODO iterate all owners that support fetching away message 2197 ICQOwner *o = gUserManager.FetchOwner(LOCK_R);2198 if (o != NULL)2199 {2200 unsigned short status = o->Status(); 2201 gUserManager.DropOwner();2202 showAwayMsgDlg(status);2203 }2197 ICQOwner* o = gUserManager.FetchOwner(LOCK_R); 2198 if (o == NULL) 2199 return; 2200 2201 unsigned short status = o->Status(); 2202 gUserManager.DropOwner(); 2203 showAwayMsgDlg(status); 2204 2204 } 2205 2205
