Merge lp:~bregma/libgrip/lp-872022 into lp:libgrip
Proposed by
Stephen M. Webb
on 2012-05-29
| Status: | Merged |
|---|---|
| Merged at revision: | 70 |
| Proposed branch: | lp:~bregma/libgrip/lp-872022 |
| Merge into: | lp:libgrip |
| Diff against target: |
20 lines (+4/-4) 1 file modified
src/gripgesturemanager.c (+4/-4) |
| To merge this branch: | bzr merge lp:~bregma/libgrip/lp-872022 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jussi Pakkanen (community) | 2012-05-29 | Approve on 2012-05-30 | |
|
Review via email:
|
|||
Description of the Change
Removes multiple deletes of an object due to a signal handler being called
multiple times when it should be called only once when walking backward up the
container-widget tree as it's created.
Fixed lp:872022. See bug description for steps to reproduce the problem.
To post a comment you must log in.

I can't claim that I fully understand the total logic flow between GTK and libgrip, but Stephen's explanation on IRC was reasonable and this fixes a serious bug without side-effects so approving.