/loggerouter/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerouter/trunk

« back to all changes in this revision

Viewing changes to src/actionbutton.vala

  • Committer: Gustav Hartvigsson
  • Date: 2025-06-16 19:36:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20250616193656-22lmuvenhe3407ol
[timer.vala] Fixed the timeout being triggered even is user has pressed concle.
[*] Fixed spelling of function present_dialog ()
[options.vala] Added to_string method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                                null, out pid);
39
39
      
40
40
    } catch (GLib.SpawnError e) {
41
 
      prensent_dialog ("ERROR: %s\n", e.message);
 
41
      LO.present_dialog ("ERROR: %s\n", e.message);
42
42
    } catch (GLib.ShellError e) {
43
 
      prensent_dialog ("ERROR: %s\n", e.message);
 
43
      LO.present_dialog ("ERROR: %s\n", e.message);
44
44
    }
45
45
    app.try_quit ();
46
46
  }