~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/python/nautilus/storage.py

  • Committer: Michael Rooney
  • Date: 2009-05-28 09:20:36 UTC
  • Revision ID: mrooney@ubuntu.com-20090528092036-pnn0yq7oo58191v4
add a configure button

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        self.__button.connect("clicked", self.__toggle_state)
54
54
        self.__button.show()
55
55
        self.__button_image = gtk.Image()
56
 
        self.pack_end(self.__button, expand=False, fill=False)
 
56
        self.__button_settings = gtk.Button("Configure")
 
57
        self.__button_settings.show()
 
58
        self.pack_start(self.__button, expand=False, fill=False)
 
59
        self.pack_end(self.__button_settings, expand=False, fill=False)
57
60
        self.__path = path
58
61
        self.__mounted = None
59
62
        self.__update_status()