af255f6
diff -up cups-1.4.4/scheduler/subscriptions.c.str3608 cups-1.4.4/scheduler/subscriptions.c
af255f6
--- cups-1.4.4/scheduler/subscriptions.c.str3608	2010-06-28 12:07:54.611008831 +0100
af255f6
+++ cups-1.4.4/scheduler/subscriptions.c	2010-06-28 12:09:25.315887577 +0100
af255f6
@@ -551,12 +551,14 @@ cupsdEventName(
af255f6
         return ("printer-media-changed");
af255f6
 
af255f6
     case CUPSD_EVENT_PRINTER_ADDED :
af255f6
+    case CUPSD_EVENT_PRINTER_ADDED | CUPSD_EVENT_PRINTER_CONFIG:
af255f6
         return ("printer-added");
af255f6
 
af255f6
     case CUPSD_EVENT_PRINTER_DELETED :
af255f6
         return ("printer-deleted");
af255f6
 
af255f6
     case CUPSD_EVENT_PRINTER_MODIFIED :
af255f6
+    case CUPSD_EVENT_PRINTER_MODIFIED | CUPSD_EVENT_PRINTER_CONFIG:
af255f6
         return ("printer-modified");
af255f6
 
af255f6
     case CUPSD_EVENT_PRINTER_QUEUE_ORDER_CHANGED :