diff options
Diffstat (limited to 'net-irc/konversation/files/1.2_rc1-debug.patch')
-rw-r--r-- | net-irc/konversation/files/1.2_rc1-debug.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-irc/konversation/files/1.2_rc1-debug.patch b/net-irc/konversation/files/1.2_rc1-debug.patch deleted file mode 100644 index 1b5b4bff4c59..000000000000 --- a/net-irc/konversation/files/1.2_rc1-debug.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/extragear/network/konversation/src/viewer/ircview.cpp -=================================================================== ---- trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032161) -+++ trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032162) -@@ -856,8 +856,6 @@ - - KTextBrowser::append(line); - -- Q_ASSERT(document()->rootFrame()->childFrames().count() == 0); // no child frames, see SelectionPin -- - QTextCursor formatCursor(document()->lastBlock()); - QTextBlockFormat format = formatCursor.blockFormat(); - |