~ubuntu-branches/ubuntu/natty/shotwell/natty

« back to all changes in this revision

Viewing changes to src/CheckerboardLayout.vala

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-16 16:58:02 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100816165802-j6t0o788sk21djtr
Tags: 0.6.91-0ubuntu1
* New upstream release
* debian/control:
  - Build-depend on valac >= 0.9.5
  - Build-depend on libgexiv2-dev >= 0.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
998
998
            
999
999
            default:
1000
1000
                error("Bad compass point %d", (int) point);
1001
 
            break;
1002
1001
        }
1003
1002
        
1004
1003
        CheckerboardItem? new_item = get_item_at_coordinate(col, row);