fix-icon.patch 585 B

1234567891011121314
  1. Index: system-config-printer-1.1.11/system-config-printer.py
  2. ===================================================================
  3. --- system-config-printer-1.1.11.orig/system-config-printer.py
  4. +++ system-config-printer.py
  5. @@ -1428,7 +1428,7 @@ class GUI(GtkGUI, monitor.Watcher):
  6. def_emblem = None
  7. emblem = None
  8. if name == self.default_printer:
  9. - def_emblem = 'emblem-default'
  10. + def_emblem = 'dialog-ok'
  11. elif name == userdef:
  12. def_emblem = 'emblem-favorite'