GNOME Bugzilla – Bug 692150
shell: activate items on single click
Last modified: 2013-01-21 07:34:28 UTC
We now have API to make icon view activate on single click. We should use it instead of hacks.
Created attachment 233965 [details] [review] shell: activate items on single click
Review of attachment 233965 [details] [review]: ::: shell/cc-shell-item-view.c @@ -86,3 @@ -{ - /* be sure to ignore double and triple clicks */ - cc_view->priv->ignore_release = (event->type != GDK_BUTTON_PRESS); Need to remove the ignore_release struct member as well.
Fixed after removing the now unused variable.