On Friday 30 May 2003 05:52, Dima K wrote:
> --- "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
>  }

Juan's patch patches a part inside a #ifdef QT_PROTOCOL_PLUGIN, this will not 
work if he uses the cvs shnapshot.
I just revised and commited juan's patch, please checkout from cvs or wait for 
next snapshot.

Thomas

-- 
email: [EMAIL PROTECTED]
IRC:   DreamForce on #licq
UIN:   75450207 (urgent messages only)

Attachment: pgp00000.pgp
Description: signature

Reply via email to