~mvo/software-center/fix-gmenu-searcher

« back to all changes in this revision

Viewing changes to softwarecenter/utils.py

  • Committer: Michael Vogt
  • Date: 2012-04-18 08:46:49 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120418084649-d205mgijnxrd2ms5
GREEN: retry search in the menu if there is a desktop file with ":" in it

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
    """
344
344
    return True if Unity is currently running
345
345
    """
346
 
    return False
347
346
    unity_running = False
348
347
    try:
349
348
        bus = dbus.SessionBus()