After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692150 - shell: activate items on single click
shell: activate items on single click
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-20 21:58 UTC by William Jon McCann
Modified: 2013-01-21 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shell: activate items on single click (2.94 KB, patch)
2013-01-20 21:58 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2013-01-20 21:58:10 UTC
We now have API to make icon view activate on single click. We should
use it instead of hacks.
Comment 1 William Jon McCann 2013-01-20 21:58:12 UTC
Created attachment 233965 [details] [review]
shell: activate items on single click
Comment 2 Bastien Nocera 2013-01-21 07:31:45 UTC
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.
Comment 3 Bastien Nocera 2013-01-21 07:34:25 UTC
Fixed after removing the now unused variable.