summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/padevchooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/padevchooser.c b/src/padevchooser.c
index c55ac8f..8266fb9 100644
--- a/src/padevchooser.c
+++ b/src/padevchooser.c
@@ -171,7 +171,7 @@ static void notify_event(const char *title, const char*text) {
if (!notification) {
s = g_strdup_printf("<i>%s</i>\n%s", title, text);
- notification = notify_notification_new(title, s, "audio-card", GTK_WIDGET(tray_icon));
+ notification = notify_notification_new_with_status_icon(title, s, "audio-card", tray_icon);
notify_notification_set_category(notification, "device.added");
notify_notification_set_urgency(notification, NOTIFY_URGENCY_LOW);
g_signal_connect_swapped(G_OBJECT(notification), "closed", G_CALLBACK(notification_closed), NULL);