Code review comment for lp:~vikoadi/pantheon-photos/fix-modified

Revision history for this message
meese (meese) wrote :

I think

LibraryWindow app = AppWindow.get_instance () as LibraryWindow;
if (app == null || modified_file.get_file_format () == PhotoFileFormat.RAW)

might work better as photo viewer shouldn't be saving a modified copy unless explicitly told to with save?

« Back to merge proposal