~ubuntu-branches/ubuntu/wily/lubuntu-software-center/wily

« back to all changes in this revision

Viewing changes to src/main.py

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-03-09 14:21:53 UTC
  • Revision ID: package-import@ubuntu.com-20120309142153-0fcs9hy8yonx9me1
Tags: 0.0.4-0ubuntu3
* debian/patches:
 - 91_choosed_category_fix.patch: From upstream, fix crashed with
   AttributeError in get_func() (LP: #926266)
 - 92_local_tmp_variable.patch: From upstream, fix crashed with
   UnboundLocalError in getdeps() (LP: #942944)

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
            self.ui.pages.change_page(1)
302
302
            if len(self.ui.apps_all.model) == 0:
303
303
                self.actual_category = "packages"
 
304
                self.choosed_category = "packages"
304
305
                self.append_packages_call("packages", [], self.ui.apps_all.model, False)
305
306
            self.search(string, show_few_results)
306
307
        else: