~ubuntu-branches/ubuntu/oneiric/simple-scan/oneiric

« back to all changes in this revision

Viewing changes to src/ui.vala

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-24 10:21:03 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824102103-sm2pvbow8h4prhy9
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: Depend on launchpad-integration-3.0
* debian/patches/20-lpi.patch: Ported to vala and re-enabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
1267
1267
        }
1268
1268
        builder.connect_signals (this);
1269
1269
 
 
1270
        LaunchpadIntegration.set_sourcepackagename ("simple-scan");
 
1271
        LaunchpadIntegration.add_items ((Gtk.Widget) builder.get_object ("help_menu"), 1, true, true);
 
1272
 
1270
1273
        window = (Gtk.Window) builder.get_object ("simple_scan_window");
1271
1274
        main_vbox = (Gtk.VBox) builder.get_object ("main_vbox");
1272
1275
        page_move_left_menuitem = (Gtk.MenuItem) builder.get_object ("page_move_left_menuitem");