Changeset 3527

Show
Ignore:
Timestamp:
05/30/03 13:57:22 (5 years ago)
Author:
dreamforce2
Message:

fix a crash in qt-gui which happened after a successful file transfer.
thanks to juan for the patch.

Files:
1 modified

Legend:

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

    r3441 r3527  
    137137    connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open())); 
    138138    connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir())); 
     139  #else 
     140    btnOpen = NULL; 
     141    btnOpenDir = NULL;  
    139142  #endif 
    140143} 
     
    226229    connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open())); 
    227230    connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir())); 
     231  #else 
     232    btnOpen = NULL; 
     233    btnOpenDir = NULL;  
    228234  #endif 
    229235}