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