Show
Ignore:
Timestamp:
07/04/08 23:12:17 (5 months ago)
Author:
flynd
Message:

Always autofocus message window/tab if it's opened by the user.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.h

    r6319 r6424  
    134134   * @param ppid Contact protocol id 
    135135   * @param convoId Conversation id 
    136    */ 
    137   UserEventCommon* showEventDialog(int fcn, QString id, unsigned long ppid, int convoId = -1); 
     136   * @param autoPopup True if the dialog was triggered automatically, false if triggered by the user 
     137   */ 
     138  UserEventCommon* showEventDialog(int fcn, QString id, unsigned long ppid, int convoId = -1, bool autoPopup = false); 
    138139 
    139140  /**