~stianse/playraw/trunk

« back to all changes in this revision

Viewing changes to src/file-information.vala

  • Committer: Stian Selnes
  • Date: 2010-05-09 14:15:59 UTC
  • Revision ID: stian.selnes@tandberg.com-20100509141559-pj4typprju7t9qtp
[playraw] Added preferences (brightness/contrast for rawcompare). Dialog and instant update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        public FileInfoHandler () {
53
53
                history = new FileHistory (Config.get_history_filename ());
54
 
                hinter = new FileHinter (Config.get_config_filename ());
 
54
                hinter = new FileHinter (Config.get_hints_filename ());
55
55
        }
56
56
 
57
57