~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to unity-lens-sshsearch.py

  • Committer: Bernd Schlapsi
  • Date: 2012-01-09 16:51:59 UTC
  • Revision ID: brot@gmx.info-20120109165159-gtw4yx3yf2n2igal
changed terminal icon to a monochrome svg icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
TERMINAL_APP_MIMETYPE = 'application-x-desktop'
40
40
 
41
41
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
42
 
ICON_FILE = os.path.join(SCRIPT_DIR, 'unity-lens-sshsearch.png')
 
42
ICON_FILE = os.path.join(SCRIPT_DIR, 'unity-lens-sshsearch.svg')
43
43
 
44
44
 
45
45
class Daemon: