~gtg-user/gtg/alangalvino_branch

« back to all changes in this revision

Viewing changes to GTG/gtk/backends_dialog/backendstree.py

  • Committer: Izidor Matušov
  • Date: 2012-05-17 18:26:38 UTC
  • mfrom: (1175.1.14 fix-test-script)
  • Revision ID: izidor.matusov@gmail.com-20120517182638-i4jsjyo2bjhbe7ar
Merging huxan's fix so tests are working again and are mandatory to accept patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
    def on_select_row(self, treeview = None):
213
213
        '''When a row is selected, displays the corresponding editing panel
214
214
 
215
 
        @treeview: not used
 
215
        @var treeview: not used
216
216
        '''
217
217
        self.dialog.on_backend_selected(self.get_selected_backend_id())
218
218