Show
Ignore:
Timestamp:
06/17/08 03:18:28 (6 months ago)
Author:
flynd
Message:

Store group id with each item in the group combo box so we know which id to use when changing. This caused combo box to set wrong group and message field to show wrong group.

Files:
1 modified

Legend:

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

    r6222 r6322  
    136136  void updateEvents(); 
    137137  void updateStatus(CICQSignal* = NULL); 
    138   void setCurrentGroup(int); 
     138 
     139  /** 
     140   * Groups combo box was changed to show a new group 
     141   * 
     142   * @param index Combo box index of selected item 
     143   */ 
     144  void setCurrentGroup(int index); 
     145 
    139146  //TODO 
    140147  //void callUserFunction(QString id, unsigned long ppid);