[gtk: 21/40] icon theme: Actually use scale in choose_icon_async()
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 21/40] icon theme: Actually use scale in choose_icon_async()
- Date: Thu, 30 Jan 2020 17:32:54 +0000 (UTC)
commit 1be932279c6136a957f7ec74714166d544c03d84
Author: Alexander Larsson <alexl redhat com>
Date: Wed Jan 29 17:07:22 2020 +0100
icon theme: Actually use scale in choose_icon_async()
gtk/gtkicontheme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index e99cc8d92c..3b15af972d 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -2429,7 +2429,7 @@ gtk_icon_theme_choose_icon_async (GtkIconTheme *self,
if (gtk_icon_theme_trylock (self))
{
- icon = choose_icon (self, icon_names, size, 1, flags, TRUE, &would_block);
+ icon = choose_icon (self, icon_names, size, scale, flags, TRUE, &would_block);
gtk_icon_theme_unlock (self);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]