~ubuntu-branches/ubuntu/saucy/shotwell/saucy

« back to all changes in this revision

Viewing changes to src/searches/Branch.vala

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-28 11:59:51 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120328115951-c63mrdyoqrro0bek
Tags: 0.12.0-0ubuntu1
* New upstream release:
  (Changes since 0.11.6)
  - Adds straighten tool
  - Ported from GTK 2 to GTK 3
  - Better handling of importing from Android devices
  - Facebook and Flickr login now use OAuth authentication
  - Numerous enhancements to the plugin subsystem
  - The F-Spot importer is now implemented as a plugin
  - Many, many bugfixes and stability enhancements
* debian/control:
  - Bump build-depends on gexiv2

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        ui.ensure_update();
94
94
    }
95
95
    
96
 
    public Gtk.Menu? get_sidebar_context_menu(Gdk.EventButton event) {
 
96
    public Gtk.Menu? get_sidebar_context_menu(Gdk.EventButton? event) {
97
97
        return context_menu;
98
98
    }
99
99