Changeset 6142 for trunk/qt4-gui/src/userevents
- Timestamp:
- 04/10/08 04:23:34 (8 months ago)
- Location:
- trunk/qt4-gui/src/userevents
- Files:
-
- 3 modified
-
usersendcontactevent.cpp (modified) (2 diffs)
-
usersendmsgevent.cpp (modified) (1 diff)
-
usersendurlevent.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/userevents/usersendcontactevent.cpp
r6108 r6142 29 29 #include <licq_user.h> 30 30 #include <licq_icqd.h> 31 32 #include "config/chat.h" 31 33 32 34 #include "core/gui-defines.h" … … 111 113 } 112 114 113 if (showAwayDlg )115 if (showAwayDlg && Config::Chat::instance()->popupAutoResponse()) 114 116 new ShowAwayMsgDlg(myUsers.front().c_str(), myPpid); 115 117 -
trunk/qt4-gui/src/userevents/usersendmsgevent.cpp
r6108 r6142 83 83 } 84 84 85 if (showAwayDlg )85 if (showAwayDlg && Config::Chat::instance()->popupAutoResponse()) 86 86 new ShowAwayMsgDlg(myUsers.front().c_str(), myPpid); 87 87 -
trunk/qt4-gui/src/userevents/usersendurlevent.cpp
r6108 r6142 119 119 } 120 120 121 if (showAwayDlg )121 if (showAwayDlg && Config::Chat::instance()->popupAutoResponse()) 122 122 new ShowAwayMsgDlg(myUsers.front().c_str(), myPpid); 123 123
