Exemple #1
0
 def url_clicked_cb(widget, type, url, btn):
     if btn == 1:
         util.launch_file(url)
Exemple #2
0
 def on_launch_file(self, widget, *args):
     fpath = settings['log_file_path']
     if not fpath:
         return
     util.launch_file(fpath)
Exemple #3
0
 def on_open_dir(w, e, *args):
     util.launch_file(self.save_dir)
     dlg.destroy()