--- "Udo A. Steinberg" <[EMAIL PROTECTED]> wrote:
> I assume you meant --enable-debug. So anyway, here is a new backtrace
> with debugging symbols.

I believe this has been addressed by Juan's patch, try it and see if it
fixes your crash.

diff -u -d -p -r1.54 filedlg.cpp
- --- plugins/qt-gui/src/filedlg.cpp      16 Apr 2003 19:03:43 -0000   
  1.54
+++ plugins/qt-gui/src/filedlg.cpp      28 May 2003 18:19:37 -0000
@@ -136,6 +136,9 @@ CFileDlg::CFileDlg(const char *szId, uns
     btnOpenDir->hide();
     connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open()));
     connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir()));
+  #else
+    btnOpen = 0;
+    btnOpenDir = 0;
   #endif
 }

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to