[libnotify/wip/tintou/send-app-id] Apply 1 suggestion(s) to 1 file(s)
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnotify/wip/tintou/send-app-id] Apply 1 suggestion(s) to 1 file(s)
- Date: Thu, 21 Apr 2022 13:47:18 +0000 (UTC)
commit 5794854f04a275add5d3a80cb8aa399ae75b3856
Author: Marco Trevisan <mail 3v1n0 net>
Date: Thu Apr 21 13:47:18 2022 +0000
Apply 1 suggestion(s) to 1 file(s)
libnotify/notification.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 28bb200..906152b 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]