diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-12 00:22:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-12 00:22:04 +0000 |
commit | 5d20342a7bfaf1aea54f3c1a41d1d3890124bf76 (patch) | |
tree | 42ad384a699df2acbadc5c516b6beafcd033eef2 /net-irc/xchat/files | |
parent | Bump to 2.12.0 (diff) | |
download | historical-5d20342a7bfaf1aea54f3c1a41d1d3890124bf76.tar.gz historical-5d20342a7bfaf1aea54f3c1a41d1d3890124bf76.tar.bz2 historical-5d20342a7bfaf1aea54f3c1a41d1d3890124bf76.zip |
Version bump, bug #105463.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-irc/xchat/files')
-rw-r--r-- | net-irc/xchat/files/digest-xchat-2.4.5 | 1 | ||||
-rw-r--r-- | net-irc/xchat/files/xc245-fix-te-notify.diff | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-irc/xchat/files/digest-xchat-2.4.5 b/net-irc/xchat/files/digest-xchat-2.4.5 new file mode 100644 index 000000000000..f968fefcc529 --- /dev/null +++ b/net-irc/xchat/files/digest-xchat-2.4.5 @@ -0,0 +1 @@ +MD5 9107a92693e6c62ff2008030e698b92b xchat-2.4.5.tar.bz2 1324626 diff --git a/net-irc/xchat/files/xc245-fix-te-notify.diff b/net-irc/xchat/files/xc245-fix-te-notify.diff new file mode 100644 index 000000000000..a718ecba81cb --- /dev/null +++ b/net-irc/xchat/files/xc245-fix-te-notify.diff @@ -0,0 +1,14 @@ +# +# Clicking on "Notify Offline" in Settings > Advanced > Text Events +# causes a crash. This patch fixes it. +# +--- xchat-2.4.5/src/common/text.c 29 Jul 2005 05:36:33 -0000 1.66 ++++ xchat-2.4.5p1/src/common/text.c 11 Sep 2005 09:58:24 -0000 +@@ -726,6 +726,7 @@ + + static char * const pevt_generic_nick_help[] = { + N_("Nickname"), ++ N_("Server Name") + }; + + static char * const pevt_chanmodes_help[] = { |