From d4d4b161a13d1bb3a71413fb19f55ec12c6b2214 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 6 Apr 2003 09:25:32 +0000 Subject: (update_window_icon): Get the large version of the icon instead of the small one, so it works more nicely with modern WMs. svn path=/trunk/; revision=20683 --- shell/ChangeLog | 6 ++++++ shell/e-shell-view.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 20bb8e03c6..9457ae4872 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-04-06 Ettore Perazzoli + + * e-shell-view.c (update_window_icon): Get the large version of + the icon instead of the small one, so it works more nicely with + modern WMs. + 2003-04-04 Ettore Perazzoli [#40413] diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index a2a28e80dd..75aedb6798 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1954,7 +1954,7 @@ update_window_icon (EShellView *shell_view, if (icon_name == NULL) icon_path = NULL; else - icon_path = e_shell_get_icon_path (icon_name, TRUE); + icon_path = e_shell_get_icon_path (icon_name, FALSE); } if (icon_path == NULL) { -- cgit v1.2.3