diff -u system-config-printer-1.3.1+20110222/debian/changelog system-config-printer-1.3.1+20110222/debian/changelog --- system-config-printer-1.3.1+20110222/debian/changelog +++ system-config-printer-1.3.1+20110222/debian/changelog @@ -1,3 +1,10 @@ +system-config-printer (1.3.1+20110222-0ubuntu16.3) natty-proposed; urgency=low + + * debian/patches/73_server-settings-set-translation-domain.patch: Server + settings dialog did not appear translated (LP: #777188). + + -- Till Kamppeter Fri, 6 May 2011 18:55:00 +0200 + system-config-printer (1.3.1+20110222-0ubuntu16.2) natty-proposed; urgency=low * debian/patches/70_udev-configure-printer-dont-crash-on-bad-ipp-answer.patch: only in patch2: unchanged: --- system-config-printer-1.3.1+20110222.orig/debian/patches/73_server-settings-set-translation-domain.patch +++ system-config-printer-1.3.1+20110222/debian/patches/73_server-settings-set-translation-domain.patch @@ -0,0 +1,22 @@ +diff -Nur -x '*.orig' -x '*~' system-config-printer-1.3.1+20110222//serversettings.py system-config-printer-1.3.1+20110222.new//serversettings.py +--- system-config-printer-1.3.1+20110222//serversettings.py 2011-05-06 18:51:33.448080198 +0200 ++++ system-config-printer-1.3.1+20110222.new//serversettings.py 2011-05-06 18:51:53.458080380 +0200 +@@ -20,6 +20,7 @@ + ## along with this program; if not, write to the Free Software + ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + ++import config + from gettext import gettext as _ + import cups + import gobject +@@ -83,7 +84,9 @@ + "tvBrowseServers", + "frameBrowseServers", + "btAdvServerAdd", +- "btAdvServerRemove"]}) ++ "btAdvServerRemove"]}, ++ ++ domain=config.PACKAGE) + + problems = _UnobtrusiveButton (label=_("Problems?")) + self.hboxServerBrowse.pack_end (problems, False, False, 0)