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 559243 - Suggestion: mouse middle click on individual task closes it.
Suggestion: mouse middle click on individual task closes it.
Status: RESOLVED DUPLICATE of bug 448036
Product: libwnck
Classification: Core
Component: tasklist
2.22.x
Other All
: Normal minor
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-04 09:40 UTC by Gregory Lutostanski
Modified: 2009-01-19 11:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
patch to close on middle click FOR PAGER.C (189 bytes, patch)
2008-11-04 09:43 UTC, Gregory Lutostanski
none Details | Review

Description Gregory Lutostanski 2008-11-04 09:40:24 UTC
In my opinion, when middle clicking on a single task in the tasklist it should close. Just like middle clicking a firefox tab will close it. It is extremely helpful.

Other information:
This patch for libwnck in tasklist.c keeps the current click on a group of tasks goto next task but when clicking on a single task it closes it.
:
3694,3699c3694
<         }
<       else if (event->button == 2)
<         {
<       	wnck_window_close (task->window, event->time);
<       	return TRUE;
<    	} 
---
>         } 
Thanks for your time.
Comment 1 Gregory Lutostanski 2008-11-04 09:43:50 UTC
Created attachment 121939 [details] [review]
patch to close on middle click FOR PAGER.C

Sorry, its for pager.c not tasklist.c
Comment 2 Vincent Untz 2009-01-19 11:46:13 UTC
See the rationale in bug 448036.

*** This bug has been marked as a duplicate of 448036 ***