Changeset 6090 for trunk/qt4-gui/src/core
- Timestamp:
- 03/11/08 01:51:12 (9 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/mainwin.cpp
r6079 r6090 627 627 628 628 if (sig->SubSignal() == USER_STATUS && 629 sig->Argument() == 1) 629 sig->Argument() == 1 && 630 Config::General::instance()->trayMsgOnlineNotify()) 630 631 { 631 632 // User on notify list went online -> show popup at systray icon
