~ubuntu-branches/ubuntu/gutsy/irssi/gutsy-backports

« back to all changes in this revision

Viewing changes to debian/patches/04nickmask-mask.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-11-19 10:49:04 UTC
  • mfrom: (6.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20071119104904-kzu9r9h7cq8as4ri
Tags: 0.8.12-2ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## nickmask-mask.dpatch by Gerfried Fuchs <rhonda@debian.at>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: report -mask instead of -nickmask in /hilight listing, BTS #417397
 
6
 
 
7
@DPATCH@
 
8
diff -urNad irssi-0.8.12~/src/fe-common/core/hilight-text.c irssi-0.8.12/src/fe-common/core/hilight-text.c
 
9
--- irssi-0.8.12~/src/fe-common/core/hilight-text.c     2007-10-06 11:38:19.000000000 +0200
 
10
+++ irssi-0.8.12/src/fe-common/core/hilight-text.c      2007-10-18 08:27:43.000000000 +0200
 
11
@@ -479,7 +479,7 @@
 
12
                if (rec->word) g_string_append(options, "-word ");
 
13
        }
 
14
 
 
15
-       if (rec->nickmask) g_string_append(options, "-nickmask ");
 
16
+       if (rec->nickmask) g_string_append(options, "-mask ");
 
17
        if (rec->fullword) g_string_append(options, "-fullword ");
 
18
        if (rec->regexp) {
 
19
                g_string_append(options, "-regexp ");