-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 28 May 2003 12:37, Thomas Reitelbach wrote:
...
> 3. Crash after receiving a file through server. I thought that was fixed,
> but it seems i'm mistaken.

exuse me, was my fault :(

The bug affected qt-gui and not kde-gui plugin. Was added on the patchset of
12/03/03 14:58 ("Path from Juan for Open and Open Dir buttons when a file is 
received").


Solution:

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
 }

- --
Buenos Aires, Argentina                          16°C with winds at 20 km/h NW
-----BEGIN PGP SIGNATURE-----

iD8DBQE+1P6/jSlJEriOToYRAtNYAJ4+KAilg+m+4ynuM95jdnxJmt5FVwCfR+bB
JfBcjjiHofmMDPlbr7u3boI=
=LFlu
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to