[bijiben] application: Set default icon
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] application: Set default icon
- Date: Tue, 19 Dec 2017 14:30:17 +0000 (UTC)
commit 0366aa32dbd9ec0972f3035837d8df2aaac04e44
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date: Mon Dec 18 17:58:35 2017 +0530
application: Set default icon
Bijiben misses icon when alternate menu is shown.
That is, in wms that doesn't support Application menu, a generic
application icon shown (eg: in gnome-flashback).
Set the default window icon to fix the issue.
https://bugzilla.gnome.org/show_bug.cgi?id=791737
src/bjb-application.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-application.c b/src/bjb-application.c
index 85f0298..7ba003e 100644
--- a/src/bjb-application.c
+++ b/src/bjb-application.c
@@ -182,6 +182,8 @@ bjb_application_init (BjbApplication *self)
{
self->settings = bjb_settings_new ();
g_queue_init (&self->files_to_open);
+
+ gtk_window_set_default_icon_name ("org.gnome.bijiben");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]