Changeset 5593
- Timestamp:
- 2007-10-11 04:11:33 (9 months ago)
- Files:
-
- trunk/qt-gui/src/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/qt-gui/src/mainwin.cpp
r5525 r5593 2196 2196 //TODO iterate all owners that support fetching away message 2197 2197 ICQOwner *o = gUserManager.FetchOwner(LOCK_R); 2198 if(o != NULL) { 2199 showAwayMsgDlg(o->Status()); 2198 if (o != NULL) 2199 { 2200 unsigned short status = o->Status(); 2200 2201 gUserManager.DropOwner(); 2202 showAwayMsgDlg(status); 2201 2203 } 2202 2204 }
