Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/irssi/files: irssi-0.8.12-svn-4612.patch
Date: Thu, 04 Sep 2008 10:29:28
Message-Id: E1KbC5d-0002ys-Mv@stork.gentoo.org
1 swegener 08/09/04 10:29:25
2
3 Added: irssi-0.8.12-svn-4612.patch
4 Log:
5 Pull in a patch to fix the help URL, bug #235450.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
7
8 Revision Changes Path
9 1.1 net-irc/irssi/files/irssi-0.8.12-svn-4612.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/files/irssi-0.8.12-svn-4612.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/files/irssi-0.8.12-svn-4612.patch?rev=1.1&content-type=text/plain
13
14 Index: irssi-0.8.12-svn-4612.patch
15 ===================================================================
16 r4612 | Geert | 2007-10-11 16:02:27 +0000 (Thu, 11 Oct 2007) | 2 lines
17
18 Fix broken URI.
19
20 Index: trunk/src/fe-text/irssi.c
21 ===================================================================
22 --- trunk/src/fe-text/irssi.c (revision 4611)
23 +++ trunk/src/fe-text/irssi.c (revision 4612)
24 @@ -86,7 +86,7 @@
25 "Looks like this is the first time you've run irssi.\n"
26 "This is just a reminder that you really should go read\n"
27 "startup-HOWTO if you haven't already. You can find it\n"
28 - "and more irssi beginner info at http://irssi.org/help/\n"
29 + "and more irssi beginner info at http://www.irssi.org\n"
30 "\n"
31 "For the truly impatient people who don't like any automatic\n"
32 "window creation or closing, just type: /MANUAL-WINDOWS";
33 Index: trunk/irssi.conf
34 ===================================================================
35 --- trunk/irssi.conf (revision 4611)
36 +++ trunk/irssi.conf (revision 4612)
37 @@ -124,7 +124,7 @@
38 prompt = "{prompt $[.15]itemname}";
39 prompt_empty = "{prompt $winname}";
40 topic = " $topic";
41 - topic_empty = " Irssi v$J - http://irssi.org/help/";
42 + topic_empty = " Irssi v$J - http://www.irssi.org";
43
44 # all of these treated specially, they're only displayed when needed
45 lag = "{sb Lag: $0-}";