[gtk+/gtk-2-24] icon-theme: always force icon sizes for emblems
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] icon-theme: always force icon sizes for emblems
- Date: Wed, 10 Nov 2010 14:01:15 +0000 (UTC)
commit 6400a3281b59f3137290a39d117d407e2d683ae5
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Nov 5 10:34:15 2010 +0100
icon-theme: always force icon sizes for emblems
https://bugzilla.gnome.org/show_bug.cgi?id=634060
gtk/gtkicontheme.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 576ad67..82636ff 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3500,7 +3500,8 @@ gtk_icon_theme_lookup_by_gicon (GtkIconTheme *icon_theme,
for (l = list; l; l = l->next)
{
emblem = g_emblem_get_icon (G_EMBLEM (l->data));
- emblem_info = gtk_icon_theme_lookup_by_gicon (icon_theme, emblem, size / 2, flags);
+ /* always force size for emblems */
+ emblem_info = gtk_icon_theme_lookup_by_gicon (icon_theme, emblem, size / 2, flags | GTK_ICON_LOOKUP_FORCE_SIZE);
if (emblem_info)
info->emblem_infos = g_slist_prepend (info->emblem_infos, emblem_info);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]