diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-06-07 09:51:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-06-07 09:51:46 +0000 |
commit | 8e6b1c900e12f813f610ad8a5afa10fcd9924b48 (patch) | |
tree | 16c16e1ff885a52f2750ca11fa841c2218bc2597 /irc/konversation-kde4/files/patch-server.cpp | |
parent | Update to 0.03 (diff) |
- Update to version 0.18
- Let WWW point to the new projectsite
Notes
Notes:
svn path=/head/; revision=136982
Diffstat (limited to 'irc/konversation-kde4/files/patch-server.cpp')
-rw-r--r-- | irc/konversation-kde4/files/patch-server.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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); |