From 8e6b1c900e12f813f610ad8a5afa10fcd9924b48 Mon Sep 17 00:00:00 2001 From: Markus Brueffer Date: Tue, 7 Jun 2005 09:51:46 +0000 Subject: - Update to version 0.18 - Let WWW point to the new projectsite --- irc/konversation-kde4/files/patch-server.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 irc/konversation-kde4/files/patch-server.cpp (limited to 'irc/konversation-kde4/files/patch-server.cpp') diff --git a/irc/konversation-kde4/files/patch-server.cpp b/irc/konversation-kde4/files/patch-server.cpp new file mode 100644 index 000000000000..7811423dd1b7 --- /dev/null +++ b/irc/konversation-kde4/files/patch-server.cpp @@ -0,0 +1,11 @@ +--- konversation/src/server.cpp.orig Tue Jun 7 10:44:34 2005 ++++ konversation/src/server.cpp Tue Jun 7 10:44:58 2005 +@@ -212,7 +212,7 @@ + } + + channels += (*it).name(); +- keys += ((*it).password().isEmpty() ? "''" : (*it).password()); ++ keys += ((*it).password().isEmpty() ? QString("''") : (*it).password()); + } + + setAutoJoinChannel(channels); -- cgit v1.2.3