Merge lp:~charlesk/ido/lp-898611 into lp:ido/0.3
Proposed by
Charles Kerr
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Lars Karlitski | ||||
Approved revision: | 104 | ||||
Merged at revision: | 104 | ||||
Proposed branch: | lp:~charlesk/ido/lp-898611 | ||||
Merge into: | lp:ido/0.3 | ||||
Diff against target: |
37 lines (+20/-0) 1 file modified
src/idoscalemenuitem.c (+20/-0) |
||||
To merge this branch: | bzr merge lp:~charlesk/ido/lp-898611 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Lars Karlitski (community) | Approve | ||
Review via email:
|
Description of the change
The commit message in r104 says it all:
Alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug #898611.
This solution was taken from gvc-channel-bar.c in gnome-control-
To post a comment you must log in.
For the sake of consistency, I'd recommend not doing this kind of change in applications, but in gtk+ itself.
Approving anyway because this fixes a specific bug and changing gtk+ requires more thought. Also, the comment clearly states that this is a hack ;)
I've filed bug #953757 so that we don't lose track of the issue.
Good Work!