~mvo/software-center/cleanup-catview

« back to all changes in this revision

Viewing changes to tests/gtk3/windows.py

  • Committer: Michael Vogt
  • Date: 2012-08-20 08:28:41 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120820082841-7xpk1pyozs5crg4l
rename CategoriesViewGtk to CategoriesView as there is only one really and also start extracting a ApplicationTilesView in preparation for the tiles display

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
    cache = get_test_pkg_info()
372
372
    db = get_test_db()
373
373
    icons = get_test_gtk3_icon_cache()
374
 
    catview = catview_gtk.CategoriesViewGtk(softwarecenter.paths.datadir,
 
374
    catview = catview_gtk.CategoriesView(softwarecenter.paths.datadir,
375
375
        softwarecenter.paths.APP_INSTALL_PATH, cache, db, icons)
376
376
 
377
377
    if panel_type is "lobby":