rpms/system-config-printer/devel system-config-printer-cancel-traceback.patch, NONE, 1.1 system-config-printer.spec, 1.294, 1.295

Tim Waugh twaugh at fedoraproject.org
Fri Sep 18 12:43:16 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1914

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-cancel-traceback.patch 
Log Message:
* Fri Sep 18 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-2
- Fixed traceback when cancelling change-driver dialog.


system-config-printer-cancel-traceback.patch:
 system-config-printer.py |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE system-config-printer-cancel-traceback.patch ---
diff -up system-config-printer-1.1.13/system-config-printer.py.cancel-traceback system-config-printer-1.1.13/system-config-printer.py
--- system-config-printer-1.1.13/system-config-printer.py.cancel-traceback	2009-09-18 13:10:10.962438215 +0100
+++ system-config-printer-1.1.13/system-config-printer.py	2009-09-18 13:10:20.041314240 +0100
@@ -3805,6 +3805,7 @@ class NewPrinterGUI(GtkGUI):
         self.options = {} # keyword -> Option object
         self.changed = set()
         self.conflicts = set()
+        self.fetchDevices_op = None
 
         combobox = self.cmbNPDownloadableDriverFoundPrinters
         combobox.set_model (gtk.ListStore (str, str))


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -p -r1.294 -r1.295
--- system-config-printer.spec	18 Sep 2009 12:10:03 -0000	1.294
+++ system-config-printer.spec	18 Sep 2009 12:43:16 -0000	1.295
@@ -16,6 +16,7 @@ Source1: http://cyberelk.net/tim/data/py
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
 
 Patch1: system-config-printer-data-button-state.patch
+Patch2: system-config-printer-cancel-traceback.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -77,6 +78,7 @@ printers.
 %prep
 %setup -q -a 1 -a 2
 %patch1 -p1 -b .data-button-state
+%patch2 -p1 -b .cancel-traceback
 
 %build
 %configure --with-udev-rules --with-polkit-1
@@ -189,6 +191,7 @@ exit 0
 
 %changelog
 * Fri Sep 18 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-2
+- Fixed traceback when cancelling change-driver dialog.
 - Fixed data button state.
 
 * Mon Sep 14 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-1




More information about the fedora-extras-commits mailing list