~gary-lasker/software-center/installedview-search-fixes

« back to all changes in this revision

Viewing changes to softwarestore/app.py

  • Committer: Michael Vogt
  • Date: 2009-09-07 15:28:17 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090907152817-cr6psjw0pd45ssut
add a stub help page

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
        return query
173
173
 
174
174
    # callbacks
 
175
    def on_menuitem_help_activate(self, menuitem):
 
176
        import subprocess
 
177
        subprocess.call(["yelp","ghelp:software-store"])
 
178
 
175
179
    def on_menuitem_install_activate(self, menuitem):
176
180
        self.app_details_view.install()
177
181