]> granicus.if.org Git - handbrake/commitdiff
LinGui: use normal priority for notification
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 19 Jun 2018 22:48:00 +0000 (15:48 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 19 Jun 2018 22:48:00 +0000 (15:48 -0700)
gtk/src/callbacks.c

index 3032da46333558f8b55d8afb48f8bf733352661d..b14f849b03373725fa80486c78eba70ab9607967 100644 (file)
@@ -5765,9 +5765,8 @@ ghb_notify_done(signal_user_data_t *ud)
     notification = g_notification_new(_("Encode Complete"));
     g_notification_set_body(notification,
         _("Put down that cocktail, Your HandBrake queue is done!"));
-    icon = g_themed_icon_new("hb-icon");
+    icon = g_themed_icon_new("fr.handbrake.ghb");
     g_notification_set_icon(notification, icon);
-    g_notification_set_priority(notification, G_NOTIFICATION_PRIORITY_URGENT);
 
     g_application_send_notification(G_APPLICATION(ud->app), "cocktail", notification);
     g_object_unref(G_OBJECT(notification));