aboutsummaryrefslogtreecommitdiff
path: root/src/notification.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.vala')
-rw-r--r--src/notification.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notification.vala b/src/notification.vala
index b8bad30..6a805ac 100644
--- a/src/notification.vala
+++ b/src/notification.vala
@@ -39,11 +39,11 @@ public abstract class IndicatorSound.Notification: Object
close();
}
- protected void show_() {
+ protected async void show_() {
try {
GLib.message("calling _notification.show");
_notification.show ();
- message("after calling show, n.id is %d", (int)_notification.id);
+ GLib.message("after calling show, n.id is %d", (int)_notification.id);
visible = true;
} catch (GLib.Error e) {
warning ("Unable to show notification: %s", e.message);