summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2021-10-11 23:16:21 +0200
committerDavid King <amigadave@amigadave.com>2022-03-28 17:11:49 +0100
commit1c465b2ed0df8cfc61544e925e563aaf90c45c3c (patch)
tree4db7425cafe6a89764bf6fe59af9dd2bc9bef4b5
parent32f5beba81274d612c34c99c4410d4b2e89b3864 (diff)
downloadgnome-logs-1c465b2ed0df8cfc61544e925e563aaf90c45c3c.tar.gz
main: Remove g_set_prgname
It should not be set in gtk 4 according to the migration guide.
-rw-r--r--src/gl-main.c1
1 files changed, 0 insertions, 1 deletions
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);