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