Skip to content

Commit 5f8569e

Browse files
committed
add debug
1 parent dec0ca0 commit 5f8569e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public class Badger.MainWindow : Gtk.Window {
8585

8686
// Avoid a bug whence reopened windows cannot be closed
8787
private bool before_destroy () {
88+
debug ("Window closed!");
8889
if (!settings.get_boolean ("all")) {
8990
debug ("All reminders are disabled, Badger will now go to sleep");
9091
application.quit ();

0 commit comments

Comments
 (0)