]> git.pld-linux.org Git - packages/xchat-gnome.git/commitdiff
- adjusted to 2.6.0 auto/th/xchat-2_6_1-1 auto/th/xchat-2_6_4-1 auto/th/xchat-2_6_4-2 auto/th/xchat-2_6_8-1 auto/th/xchat-2_8_2-1 auto/th/xchat-2_8_4-1 auto/th/xchat-2_8_4-2 auto/th/xchat-2_8_6-1 auto/th/xchat-2_8_6-2 auto/th/xchat-2_8_6-3 auto/ti/xchat-2_8_4-2 auto/ti/xchat-2_8_6-3 auto/ti/xchat-2_8_6-4
authorMichal Chruszcz <mchruszcz@gmail.com>
Tue, 8 Nov 2005 13:40:02 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-domains.patch -> 1.3

xchat-domains.patch

index c8b9e95e40a07884a1b117872955df5f3e6a40e0..4d0daa1fee0191c1860eadd7ebaa93c78542e8a6 100644 (file)
@@ -1,11 +1,10 @@
---- xchat-2.4.5/src/common/url.c~      2005-09-11 09:46:48.038559736 +0200
-+++ xchat-2.4.5/src/common/url.c       2005-09-11 09:50:10.169831112 +0200
-@@ -240,6 +240,8 @@
-                       return WORD_HOST;
-               if (CMPL (pre, '.','c','o','m'))
-                       return WORD_HOST;
-+              if (CMPL (pre, '.','b','i','z'))
-+                      return WORD_HOST;
-               if (CMPL (pre, '.','e','d','u'))
-                       return WORD_HOST;
+--- xchat-2.6.0/src/common/url.c~      2005-11-07 14:34:00.810809152 +0100
++++ xchat-2.6.0/src/common/url.c       2005-11-07 14:35:17.607134336 +0100
+@@ -150,6 +150,7 @@
+               { D(".html") },
+               { D(".info") },
+               { D(".name") },
++              { D(".biz") },
+       };
+ #undef D
+       const char *at, *dot;
This page took 0.041624 seconds and 4 git commands to generate.