[Digikam-devel] [Bug 262067] Crash when closing 2.0.0 beta 1
Nicolas L.
neoclust.kde at free.fr
Tue Jan 4 15:53:35 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=262067
Nicolas L. <neoclust.kde at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |neoclust.kde at free.fr
Component|libkmap |general
Version|2.0.0 |unspecified
--- Comment #3 from Nicolas L. <neoclust kde free fr> 2011-01-04 16:53:34 ---
Julien can you test with this patch ?
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,9 @@
if (!group)
return;
+ if (!d->marbleWidget)
+ 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