~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to unity-lens-sshsearch.py

  • Committer: Bernd Schlapsi
  • Date: 2012-01-08 22:08:26 UTC
  • Revision ID: brot@gmx.info-20120108220826-0bpq3t8zivmacc8f
changed name and search-hint

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        self._scope.connect ("activate-uri", self.on_activate_uri);
56
56
        self._scope.export()
57
57
 
58
 
        self._lens.props.search_hint = "SSH"
 
58
        self._lens.props.search_hint = "Search SSH connections"
59
59
        self._lens.props.visible = True;
60
60
        self._lens.props.search_in_global = True;
61
61