Esempio n. 1
0
 def on_open_folder_button_clicked(self, button):
     model, tree_paths = self.selection.get_selected_rows()
     if not tree_paths:
         return
     for tree_path in tree_paths:
         gutil.xdg_open(self.liststore[tree_path][SAVEDIR_COL])
Esempio n. 2
0
 def on_open_folder_button_clicked(self, button):
     model, tree_paths = self.selection.get_selected_rows()
     if not tree_paths:
         return
     for tree_path in tree_paths:
         gutil.xdg_open(self.liststore[tree_path][SAVEDIR_COL])