~nae-team/nautilus-actions-extra/trunk

« back to all changes in this revision

Viewing changes to pyext/searchhere.py

  • Committer: Amr Osman
  • Date: 2012-11-13 21:39:04 UTC
  • mfrom: (1.1.4 nautilus-actions-extra)
  • Revision ID: dr3mro@gmail.com-20121113213904-7vyexgwetjda3v6c
Thank you Nguyễn Hồng 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
            item = Nautilus.MenuItem(
27
27
                name="MenuItem:Search",
28
28
                label="Search here...",
29
 
                tip="Search here !"
 
29
                tip="Search here !",
 
30
                icon="edit-find"
30
31
            )
31
32
            path = file.get_uri()
32
33
            item.connect('activate', self.search,path)
46
47
        search = Nautilus.MenuItem(
47
48
            name="MenuItem::Search",
48
49
            label="Search here...",
49
 
            tip="Search here !"
 
50
            tip="Search here !",
 
51
            icon="edit-find"
50
52
        )
51
53
 
52
54
        search.connect('activate', self.search,path)