[gnome-logs] main: Remove g_set_prgname



commit 1c465b2ed0df8cfc61544e925e563aaf90c45c3c
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Mon Oct 11 23:16:21 2021 +0200

    main: Remove g_set_prgname
    
    It should not be set in gtk 4 according to the migration guide.

 src/gl-main.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gl-main.c b/src/gl-main.c
index dc73163..789e9b2 100644
--- a/src/gl-main.c
+++ b/src/gl-main.c
@@ -34,7 +34,6 @@ main (int argc,
     bind_textdomain_codeset (PACKAGE_TARNAME, "UTF-8");
     textdomain (GETTEXT_PACKAGE);
 
-    g_set_prgname (PACKAGE_TARNAME);
     application = gl_application_new ();
     status = g_application_run (G_APPLICATION (application), argc, argv);
     g_object_unref (application);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]