/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/tools.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:
80
80
#endif
81
81
 
82
82
  // Easier presentation of dialog...
83
 
  void prensent_dialog (string? format, ...) {
 
83
  void present_dialog (string? format, ...) {
84
84
    bool use_fake_main_loop = false;
85
85
    Gtk.Window? parent = null;
86
86
    if (!Gtk.is_initialized ()) {