~aaronp/software-center/enhance-usefulness

« back to all changes in this revision

Viewing changes to softwarecenter/view/availablepane.py

  • Committer: Michael Vogt
  • Date: 2009-09-25 15:30:34 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090925153034-vf6oqy9j66fc6jcz
renamed to "Ubuntu Software Center" and software-center (LP: #436648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from softwarepane import SoftwarePane, wait_for_apt_cache_ready
44
44
 
45
45
class AvailablePane(SoftwarePane):
46
 
    """Widget that represents the available panel in software-store
 
46
    """Widget that represents the available panel in software-center
47
47
       It contains a search entry and navigation buttons
48
48
    """
49
49
 
237
237
    elif os.path.exists("./data"):
238
238
        datadir = "./data"
239
239
    else:
240
 
        datadir = "/usr/share/software-store"
 
240
        datadir = "/usr/share/software-center"
241
241
 
242
242
    db = xapian.Database(pathname)
243
243
    icons = gtk.icon_theme_get_default()