6dc5434
diff -up system-config-printer-1.1.16/applet.py.notification-timeouts system-config-printer-1.1.16/applet.py
6dc5434
--- system-config-printer-1.1.16/applet.py.notification-timeouts	2009-12-22 14:44:19.000000000 +0000
6dc5434
+++ system-config-printer-1.1.16/applet.py	2010-01-06 15:43:24.219409075 +0000
6dc5434
@@ -126,6 +126,7 @@ class NewPrinterNotification(dbus.servic
6dc5434
             n = pynotify.Notification (title, text, 'printer')
6dc5434
             if "actions" in pynotify.get_server_caps():
6dc5434
                 n.set_urgency (pynotify.URGENCY_CRITICAL)
6dc5434
+                n.set_timeout (pynotify.EXPIRES_NEVER)
6dc5434
                 n.add_action ("setup-printer", _("Search"),
6dc5434
                               lambda x, y:
6dc5434
                                   self.setup_printer (x, y, name, devid))
6dc5434
@@ -182,6 +183,7 @@ class NewPrinterNotification(dbus.servic
6dc5434
                 if "actions" in pynotify.get_server_caps():
6dc5434
                     try:
6dc5434
                         self.packagekit = installpackage.PackageKit ()
6dc5434
+                        n.set_timeout (pynotify.EXPIRES_NEVER)
6dc5434
                         n.add_action ("install-driver", _("Install"),
6dc5434
                                       lambda x, y:
6dc5434
                                           self.install_driver (x, y,