[gnome-disk-utility] Remove work-around for program name



commit 51b7ffdbe51ad6a8afc1890719cd6657cd514737
Author: David Zeuthen <zeuthen gmail com>
Date:   Tue Sep 11 18:21:27 2012 -0400

    Remove work-around for program name
    
    The bug in question
    
     https://bugzilla.gnome.org/show_bug.cgi?id=644309
    
    was fixed a while ago.
    
    Signed-off-by: David Zeuthen <zeuthen gmail com>

 src/disks/gduapplication.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/disks/gduapplication.c b/src/disks/gduapplication.c
index 939f609..ea68f8d 100644
--- a/src/disks/gduapplication.c
+++ b/src/disks/gduapplication.c
@@ -181,13 +181,6 @@ 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 ("gnome-disks");
   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]