Skip to content

Commit

Permalink
libgd: Highlight items on mouse-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Petcu authored and Germán Poo-Caamaño committed May 5, 2014
1 parent 08378a0 commit 20d4338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cut-n-paste/libgd/gd-toggle-pixbuf-renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,6 @@ gd_toggle_pixbuf_renderer_init (GdTogglePixbufRenderer *self)
GtkCellRenderer *
gd_toggle_pixbuf_renderer_new (void)
{
return g_object_new (GD_TYPE_TOGGLE_PIXBUF_RENDERER, NULL);
return g_object_new (GD_TYPE_TOGGLE_PIXBUF_RENDERER,
"follow-state", TRUE, NULL);
}

0 comments on commit 20d4338

Please sign in to comment.