aboutsummaryrefslogtreecommitdiff
path: root/src/warn-notification.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/warn-notification.vala')
-rw-r--r--src/warn-notification.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/warn-notification.vala b/src/warn-notification.vala
index 4f45a5c..fb5b613 100644
--- a/src/warn-notification.vala
+++ b/src/warn-notification.vala
@@ -47,11 +47,10 @@ public class IndicatorSound.WarnNotification: Notification
_notification.add_action ("ok", _("OK"), (n, a) => {
user_responded(Response.OK);
});
-
_notification.add_action ("cancel", _("Cancel"), (n, a) => {
user_responded(Response.CANCEL);
});
-
+ GLib.message("showing warning dialog");
show_();
return true;