Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Show the error here, too
Browse files Browse the repository at this point in the history
  • Loading branch information
cybre committed Jul 2, 2016
1 parent 4742130 commit a319942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screenshot-applet/NewScreenshotView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ namespace ScreenshotApplet
}

mainloop.run();
} else {
error_happened(title_entry);
}
} catch (GLib.Error e) {
stderr.printf(e.message, "\n");
Expand Down

0 comments on commit a319942

Please sign in to comment.