[Digikam-devel] [Bug 262067] Crash when closing 2.0.0 beta 1
Nicolas L.
neoclust.kde at free.fr
Tue Jan 4 16:07:48 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=262067
--- Comment #5 from Nicolas L. <neoclust kde free fr> 2011-01-04 17:07:47 ---
i can't reproduce but what about this patch ?
(it compiles this time :) )
Index: extra/libkmap/libkmap/kmap_widget.cpp
===================================================================
--- extra/libkmap/libkmap/kmap_widget.cpp (révision 1211669)
+++ extra/libkmap/libkmap/kmap_widget.cpp (copie de travail)
@@ -613,6 +613,10 @@
if (!group)
return;
+
+ if (!d->currentBackendReady)
+ return;
+
if (!d->currentBackendName.isEmpty())
{
group->writeEntry("Backend", d->currentBackendName);
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list