~robert-ancell/software-center/no-lpi

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/app.py

  • Committer: Robert Ancell
  • Date: 2012-05-15 03:05:17 UTC
  • Revision ID: robert.ancell@canonical.com-20120515030517-q3u3i4pkeskrncyl
Drop launchpad integration (no longer supported)

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
        self.active_pane = self.available_pane
399
399
        self.window_main.connect("realize", self.on_realize)
400
400
 
401
 
        # launchpad integration help, its ok if that fails
402
 
        try:
403
 
            from gi.repository import LaunchpadIntegration
404
 
            LaunchpadIntegration.set_sourcepackagename("software-center")
405
 
            LaunchpadIntegration.add_items(self.menu_help, 3, True, False)
406
 
        except Exception, e:
407
 
            LOG.debug("launchpad integration error: '%s'" % e)
408
 
 
409
401
    # helper
410
402
    def _run_software_center_agent(self):
411
403
        """ helper that triggers the update-software-center-agent helper """