[gnome-disk-utility/udisks2-port] Manually call g_set_prgname() for now
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/udisks2-port] Manually call g_set_prgname() for now
- Date: Wed, 9 Mar 2011 18:01:37 +0000 (UTC)
commit 265cfeac85d179a723e93c311caffef9d4f257b6
Author: David Zeuthen <davidz redhat com>
Date: Wed Mar 9 13:01:22 2011 -0500
Manually call g_set_prgname() for now
Signed-off-by: David Zeuthen <davidz redhat com>
src/palimpsest/gduapplication.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/palimpsest/gduapplication.c b/src/palimpsest/gduapplication.c
index df5c925..e219bf5 100644
--- a/src/palimpsest/gduapplication.c
+++ b/src/palimpsest/gduapplication.c
@@ -113,6 +113,13 @@ gdu_application_class_init (GduApplicationClass *klass)
GApplication *
gdu_application_new (void)
{
+ /* We manually set this until bug 644309
+ *
+ * https://bugzilla.gnome.org/show_bug.cgi?id=644309
+ *
+ * has been resolved.
+ */
+ g_set_prgname ("palimpsest");
gtk_init (NULL, NULL);
return G_APPLICATION (g_object_new (GDU_TYPE_APPLICATION,
"application-id", "org.gnome.DiskUtility",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]