summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Bonatti <arnaud.bonatti@gmail.com>2015-11-20 03:13:48 +0100
committerArnaud Bonatti <arnaud.bonatti@gmail.com>2015-11-26 14:37:24 +0100
commitee18025cdc05b1a8c6160300bd7ab5db0ce5ff58 (patch)
tree0e0ff51b7cbd130ebf5fd8fb1e34485a5192599c
parent1e58f11e84786fb9bb10e70ea13920aca3ac87a8 (diff)
downloadgnome-logs-ee18025cdc05b1a8c6160300bd7ab5db0ce5ff58.tar.gz
Set default icon (for when app-menu is broken).
https://bugzilla.gnome.org/show_bug.cgi?id=758408
-rw-r--r--src/gl-application.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl-application.c b/src/gl-application.c
index 7ef6ea2..b4984aa 100644
--- a/src/gl-application.c
+++ b/src/gl-application.c
@@ -202,6 +202,7 @@ gl_application_startup (GApplication *application)
/* gtk_init() calls setlocale(), so gettext must be called after that. */
g_set_application_name (_(PACKAGE_NAME));
+ gtk_window_set_default_icon_name (PACKAGE_TARNAME);
/* Must register custom types before using them from GtkBuilder. */
gl_window_get_type ();