~ubuntu-branches/ubuntu/natty/wicd/natty

« back to all changes in this revision

Viewing changes to debian/patches/03-fix_typo_wicd-cli.patch

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-03-05 18:12:51 UTC
  • mfrom: (8.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100305181251-0fcsn0sty5oy8wlq
Tags: 1.7.0+ds1-2
Fix RC bug: daemon doesn't start anymore because copy.deepcopy()
fails with the iniparse object, coming from 20-use_iniparse.patch.
Bug 568326 reopened. (Closes: #572599)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Clint Adams <schizo@debian.org>
 
2
Subject: fix typo in sourcecode
 
3
Origin: vendor, http://bugs.debian.org/567665
 
4
Bug-Debian: http://bugs.debian.org/567665
 
5
Forwarded: no
 
6
 
 
7
---
 
8
 cli/wicd-cli.py |    2 +-
 
9
 1 file changed, 1 insertion(+), 1 deletion(-)
 
10
 
 
11
--- wicd.orig/cli/wicd-cli.py
 
12
+++ wicd/cli/wicd-cli.py
 
13
@@ -143,7 +143,7 @@ if options.network_details:
 
14
 # network properties
 
15
 
 
16
 if options.network_property:
 
17
-       options.network_property = option.network_property.lower()
 
18
+       options.network_property = options.network_property.lower()
 
19
        if options.wireless:
 
20
                if options.network >= 0:
 
21
                        is_valid_wireless_network_id(options.network)