Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/konversation/files: 1.2_rc1-debug.patch konversation-1.0.1-serverlist-compiz-workaround.patch konversation-1.0.1-media-script-vulnerability.patch konversation-1.0.1-konsolepanel.patch konversation-1.0.1-crash.patch konversation-1.1-desktop-entry-fix.diff
Date: Wed, 07 Oct 2009 21:40:24
Message-Id: E1MveFC-0003AR-N4@stork.gentoo.org
1 scarabeus 09/10/07 21:40:22
2
3 Added: 1.2_rc1-debug.patch
4 Removed:
5 konversation-1.0.1-serverlist-compiz-workaround.patch
6 konversation-1.0.1-media-script-vulnerability.patch
7 konversation-1.0.1-konsolepanel.patch
8 konversation-1.0.1-crash.patch
9 konversation-1.1-desktop-entry-fix.diff
10 Log:
11 Cleanup and apply patch for debug build as recommended by upstream.
12 (Portage version: 2.2_rc44/cvs/Linux i686)
13
14 Revision Changes Path
15 1.1 net-irc/konversation/files/1.2_rc1-debug.patch
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/konversation/files/1.2_rc1-debug.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/konversation/files/1.2_rc1-debug.patch?rev=1.1&content-type=text/plain
19
20 Index: 1.2_rc1-debug.patch
21 ===================================================================
22 Index: trunk/extragear/network/konversation/src/viewer/ircview.cpp
23 ===================================================================
24 --- trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032161)
25 +++ trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032162)
26 @@ -856,8 +856,6 @@
27
28 KTextBrowser::append(line);
29
30 - Q_ASSERT(document()->rootFrame()->childFrames().count() == 0); // no child frames, see SelectionPin
31 -
32 QTextCursor formatCursor(document()->lastBlock());
33 QTextBlockFormat format = formatCursor.blockFormat();