[Konversation-devel] [Bug 205540] Konversation crashes after font change
Peter Simonsson
peter.simonsson at gmail.com
Thu Jul 1 16:17:24 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=205540
--- Comment #3 from Peter Simonsson <peter simonsson gmail com> 2010-07-01 16:17:21 ---
commit 291fda41ece3026f6726a4b645eda1d67813ed0c
Author: Peter Simonsson <peter.simonsson at gmail.com>
Date: Sat Aug 29 14:11:41 2009 +0000
Remove pointless Q_ASSERT (0) which always will assert and crash konvi
in debug mode.
BUG: 205540
svn path=/trunk/extragear/network/konversation/; revision=1016992
diff --git a/src/viewer/viewcontainer.cpp b/src/viewer/viewcontainer.cpp
index 27780f5..167eef6 100644
--- a/src/viewer/viewcontainer.cpp
+++ b/src/viewer/viewcontainer.cpp
@@ -373,7 +373,7 @@ void ViewContainer::updateAppearance()
font = Preferences::self()->textFont();
else
font = KGlobalSettings::generalFont();
- Q_ASSERT(0);
+
m_insertCharDialog->setFont(font);
}
}
--
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 Konversation-devel
mailing list