Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Marco Trevisan 2022-04-21 13:47:18 +00:00 committed by Corentin Noël
parent 3f121d8dfd
commit 5794854f04
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ notify_notification_show (NotifyNotification *notification,
GVariant *desktop_entry = g_hash_table_lookup (priv->hints, "desktop-entry");
if (desktop_entry == NULL) {
g_variant_builder_add (&hints_builder, "{sv}", "desktop-entry",
g_variant_new_string (g_application_get_application_id (application)));
g_variant_new_string (g_application_get_application_id (application)));
}
}
#endif