[gnome-control-center] shell: don't prelight icons in the icon view
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: don't prelight icons in the icon view
- Date: Fri, 22 Feb 2013 13:42:51 +0000 (UTC)
commit 2f1ae7e26f47bef04177bcaf84aab42a0a00d5e7
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Tue Feb 19 23:46:00 2013 +0100
shell: don't prelight icons in the icon view
The follow-state property used to have no effect, because we used pixbufs
directly. It started to work when we switched to GIcons, but it looks
bad because the prelighted icons are too contrasted, so revert to the
previous behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=694219
shell/cc-shell-category-view.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-shell-category-view.c b/shell/cc-shell-category-view.c
index c924bd0..4b05d8c 100644
--- a/shell/cc-shell-category-view.c
+++ b/shell/cc-shell-category-view.c
@@ -128,7 +128,6 @@ cc_shell_category_view_constructed (GObject *object)
renderer = gtk_cell_renderer_pixbuf_new ();
g_object_set (renderer,
- "follow-state", TRUE,
"stock-size", GTK_ICON_SIZE_DIALOG,
NULL);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (iconview),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]