Review: Needs Information Something went wrong with this request. I think you are talking about the patch below. Lets discuss this in a bug report. Bug reports allow much better discussion than merge requests. There should be a bug about tiff already. Please comment there.
See: https://bugs.launchpad.net/simple-scan/+bug/539272 === modified file 'src/ui.vala' --- src/ui.vala 2012-02-07 02:34:14 +0000 +++ src/ui.vala 2012-03-18 11:43:02 +0000 @@ -392,6 +392,12 @@ 0, _("PNG (lossless)"), 1, ".png", -1); + file_type_store.append (out iter); + file_type_store.set (iter, + /* Save dialog: Label for saving in TIFF format */ + 0, _("TIFF (lossless)"), + 1, ".tiff", + -1); var file_type_view = new Gtk.TreeView.with_model (file_type_store); file_type_view.set_headers_visible (false); -- https://code.launchpad.net/~simple-scan-team/simple-scan/trunk/+merge/98095 Your team Simple Scan Development Team is subscribed to branch lp:simple-scan. _______________________________________________ Mailing list: https://launchpad.net/~simple-scan-team Post to : [email protected] Unsubscribe : https://launchpad.net/~simple-scan-team More help : https://help.launchpad.net/ListHelp

