Changeset 6432 for trunk/qt-gui

Show
Ignore:
Timestamp:
07/08/08 19:53:06 (5 months ago)
Author:
flynd
Message:

Initialize m_bInMiniMode before it's used. This caused to gui to sometimes start in minimode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r6430 r6432  
    622622  userEventTabDlg = NULL; 
    623623  m_nRealHeight = hVal; 
     624  m_bInMiniMode = false; 
    624625 
    625626  ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 
     
    778779            this, SLOT(slot_convoLeave(const char *, unsigned long, unsigned long))); 
    779780                         
    780    m_bInMiniMode = false; 
    781781   updateStatus(); 
    782782   updateEvents();