d275124
diff -up system-config-printer-1.1.8/system-config-printer.py.ipp-nonfatal-exception system-config-printer-1.1.8/system-config-printer.py
d275124
--- system-config-printer-1.1.8/system-config-printer.py.ipp-nonfatal-exception	2009-06-24 10:28:47.773317435 +0100
d275124
+++ system-config-printer-1.1.8/system-config-printer.py	2009-06-24 10:29:24.339192122 +0100
d275124
@@ -4167,6 +4167,8 @@ class NewPrinterGUI(GtkGUI):
d275124
                             self.entNPDescription.set_text (info)
d275124
                         if len (location) > 0:
d275124
                             self.entNPLocation.set_text (location)
d275124
+                    except RuntimeError:
d275124
+                        pass
d275124
                     except:
d275124
                         nonfatalException ()
d275124