diff -Nur -x '*.orig' -x '*~' system-config-printer-1.1.12+git20090826/debian/changelog system-config-printer-1.1.12+git20090826.new/debian/changelog --- system-config-printer-1.1.12+git20090826/debian/changelog 2010-02-09 17:00:23.000000000 +0100 +++ system-config-printer-1.1.12+git20090826.new/debian/changelog 2010-02-09 17:49:06.635527186 +0100 @@ -1,3 +1,9 @@ +system-config-printer (1.1.12+git20090826-0ubuntu12) lucid; urgency=low + + * 50-change-new-with-add-icon: Change 'gtk-new' with 'gtk-add' in MenuToolButton (LP: #394071) + + -- Sergio Zanchetta Tue, 09 Feb 2010 17:40:44 +0100 + system-config-printer (1.1.12+git20090826-0ubuntu11) lucid; urgency=low * 10_menu_entries.patch: Update to apply after the previous change. diff -Nur -x '*.orig' -x '*~' system-config-printer-1.1.12+git20090826/system-config-printer.py system-config-printer-1.1.12+git20090826.new/system-config-printer.py --- system-config-printer-1.1.12+git20090826/system-config-printer.py 2010-02-09 17:49:05.355511980 +0100 +++ system-config-printer-1.1.12+git20090826.new/system-config-printer.py 2010-02-09 17:49:06.639505931 +0100 @@ -370,7 +370,7 @@ # Toolbar # Glade-2 doesn't have support for MenuToolButton, so we do that here. - self.btnNew = gtk.MenuToolButton ('gtk-new') + self.btnNew = gtk.MenuToolButton ('gtk-add') self.btnNew.set_is_important (True) newmenu = gtk.Menu () newprinter = gtk.ImageMenuItem (_("Printer"))