Merge lp://staging/~charlesk/libdbusmenu/lp-977803 into lp://staging/libdbusmenu/0.6
Proposed by
Charles Kerr
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 409 |
Merged at revision: | 408 |
Proposed branch: | lp://staging/~charlesk/libdbusmenu/lp-977803 |
Merge into: | lp://staging/libdbusmenu/0.6 |
Diff against target: |
356 lines (+114/-93) 1 file modified
libdbusmenu-gtk/parser.c (+114/-93) |
To merge this branch: | bzr merge lp://staging/~charlesk/libdbusmenu/lp-977803 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Approve | ||
Review via email: mp+101401@code.staging.launchpad.net |
Description of the change
I'm still suspicious about parser.c's signal handling, but this morning's bug #977803 shows that my disconnect-
This commit remembers the handler_id of each signal that we connect to so that we can give more useful warnings at disconnect time.
To post a comment you must log in.