shell: Remove prelight from search results

We don't follow the state in the main icon view, so we shouldn't
either in the search results.
This commit is contained in:
Bastien Nocera 2013-01-07 16:09:04 +01:00
parent d48ba2d566
commit 974b0ca5b6

View file

@ -608,7 +608,6 @@ setup_search (GnomeControlCenter *shell)
renderer = gtk_cell_renderer_pixbuf_new ();
g_object_set (renderer,
"follow-state", TRUE,
"xpad", 15,
"ypad", 10,
"stock-size", GTK_ICON_SIZE_DIALOG,