[brasero] Fix the name of the application we use in burn-dbus.c as this may not be "Brasero"
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Fix the name of the application we use in burn-dbus.c as this may not be "Brasero"
- Date: Sat, 24 Jul 2010 19:38:35 +0000 (UTC)
commit 86f8aede7eb26f3b0592d7a8e1c5267995bf5223
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sat Jul 24 21:33:43 2010 +0200
Fix the name of the application we use in burn-dbus.c as this may not be "Brasero"
libbrasero-burn/burn-dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/burn-dbus.c b/libbrasero-burn/burn-dbus.c
index fae5ca4..0b6a058 100644
--- a/libbrasero-burn/burn-dbus.c
+++ b/libbrasero-burn/burn-dbus.c
@@ -118,7 +118,7 @@ brasero_inhibit_suspend (const char *reason)
res = dbus_g_proxy_call (proxy,
"Inhibit", &error,
- G_TYPE_STRING, "Brasero", /* app_id */
+ G_TYPE_STRING, g_get_application_name (), /* This is the human readable name of the application */
G_TYPE_UINT, 0, /* toplevel_xid */
G_TYPE_STRING, reason, /* reason */
G_TYPE_UINT, 1 | 4, /* flags (prevent logout, suspend) */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]