[anjuta] file-manager: force icons size to avoid unscaled icons in the tree
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] file-manager: force icons size to avoid unscaled icons in the tree
- Date: Sun, 2 May 2010 20:47:51 +0000 (UTC)
commit 248b51ccae72956f385258458fe0d79443c15712
Author: Johannes Schmid <jhs gnome org>
Date: Sun May 2 22:47:29 2010 +0200
file-manager: force icons size to avoid unscaled icons in the tree
plugins/file-manager/file-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/file-manager/file-model.c b/plugins/file-manager/file-model.c
index 07f4324..0ed25f5 100644
--- a/plugins/file-manager/file-model.c
+++ b/plugins/file-manager/file-model.c
@@ -340,7 +340,7 @@ file_model_update_file (FileModel* model,
if ((icon_info = gtk_icon_theme_choose_icon (gtk_icon_theme_get_default(),
(const gchar **)icon_names,
ICON_SIZE,
- GTK_ICON_LOOKUP_GENERIC_FALLBACK)))
+ GTK_ICON_LOOKUP_FORCE_SIZE)))
{
pixbuf = gtk_icon_info_load_icon (icon_info, NULL);
gtk_icon_info_free(icon_info);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]