aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index a0d935887..43b43f608 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -954,8 +954,9 @@ window_cmd_help_about (GtkAction *action,
return;
}
- gtk_icon_size_lookup (GTK_ICON_SIZE_DIALOG, &size, NULL);
/* FIXME multihead: use the icon theme for the correct screen, not for the default screen */
+ gtk_icon_size_lookup_for_settings (gtk_settings_get_default (),
+ GTK_ICON_SIZE_DIALOG, &size, NULL);
icon = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
"web-browser", size, 0 , NULL);
if (icon == NULL)