diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-11 11:47:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-11 11:47:40 +0000 |
commit | 1a9bebec90caaeec021f5d133b7b450ffeb67417 (patch) | |
tree | cef67eba864a15de1236177c473497981b666612 /net-irc/xchat/files | |
parent | Fix bug number. (diff) | |
download | gentoo-2-1a9bebec90caaeec021f5d133b7b450ffeb67417.tar.gz gentoo-2-1a9bebec90caaeec021f5d133b7b450ffeb67417.tar.bz2 gentoo-2-1a9bebec90caaeec021f5d133b7b450ffeb67417.zip |
Revbump straight to stable to add a patch from upstream
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-irc/xchat/files')
-rw-r--r-- | net-irc/xchat/files/digest-xchat-2.8.2-r1 (renamed from net-irc/xchat/files/digest-xchat-2.8.2) | 0 | ||||
-rw-r--r-- | net-irc/xchat/files/xc282-fixtrayzombies.diff | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-irc/xchat/files/digest-xchat-2.8.2 b/net-irc/xchat/files/digest-xchat-2.8.2-r1 index 78769b5d086e..78769b5d086e 100644 --- a/net-irc/xchat/files/digest-xchat-2.8.2 +++ b/net-irc/xchat/files/digest-xchat-2.8.2-r1 diff --git a/net-irc/xchat/files/xc282-fixtrayzombies.diff b/net-irc/xchat/files/xc282-fixtrayzombies.diff new file mode 100644 index 000000000000..69a6050c812c --- /dev/null +++ b/net-irc/xchat/files/xc282-fixtrayzombies.diff @@ -0,0 +1,14 @@ +# +# Fix defunc processes created by opening tray balloons +# +--- xchat-2.8.2/src/fe-gtk/plugin-tray.c 20 May 2007 11:08:03 -0000 1.21 ++++ xchat-2.8.2p1/src/fe-gtk/plugin-tray.c 31 May 2007 13:12:19 -0000 +@@ -148,7 +148,7 @@ + argv[5] = title; + argv[6] = text = strip_color (text, -1, STRIP_ALL); + argv[7] = NULL; +- util_execv (argv); ++ xchat_execv (argv); + g_free ((char *)path); + free ((char *)text); + } |