- Fixed typo introduced in recent fix (bug #551436).
This commit is contained in:
parent
44c455f466
commit
d239e3c743
@ -1,6 +1,6 @@
|
|||||||
diff -up system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer system-config-printer-1.1.16/system-config-printer.py
|
diff -up system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer system-config-printer-1.1.16/system-config-printer.py
|
||||||
--- system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer 2010-01-06 15:46:02.056410131 +0000
|
--- system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer 2010-01-07 12:42:21.062047874 +0000
|
||||||
+++ system-config-printer-1.1.16/system-config-printer.py 2010-01-06 15:46:54.226408979 +0000
|
+++ system-config-printer-1.1.16/system-config-printer.py 2010-01-07 12:42:33.235047115 +0000
|
||||||
@@ -6896,6 +6896,8 @@ class NewPrinterGUI(GtkGUI):
|
@@ -6896,6 +6896,8 @@ class NewPrinterGUI(GtkGUI):
|
||||||
self.mainapp.cups.addPrinter(name, ppd=ppd)
|
self.mainapp.cups.addPrinter(name, ppd=ppd)
|
||||||
except cups.IPPError, (e, msg):
|
except cups.IPPError, (e, msg):
|
||||||
@ -14,7 +14,7 @@ diff -up system-config-printer-1.1.16/system-config-printer.py.select-nonexisten
|
|||||||
|
|
||||||
iter = model.iter_next (iter)
|
iter = model.iter_next (iter)
|
||||||
|
|
||||||
+ if not self.printers.has_key (name):
|
+ if not self.mainapp.printers.has_key (name):
|
||||||
+ # At this stage the printer has disappeared even though we
|
+ # At this stage the printer has disappeared even though we
|
||||||
+ # only added it moments ago.
|
+ # only added it moments ago.
|
||||||
+ return
|
+ return
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.1.16
|
Version: 1.1.16
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -214,6 +214,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 7 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-5
|
||||||
|
- Fixed typo introduced in recent fix (bug #551436).
|
||||||
|
|
||||||
* Wed Jan 6 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-4
|
* Wed Jan 6 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-4
|
||||||
- Use %%global instead of %%define.
|
- Use %%global instead of %%define.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user