Merge lp:~mitya57/indicator-session/lp1363630_trusty into lp:indicator-session/14.04
Proposed by
Dmitry Shachnev
on 2015-03-18
| Status: | Merged |
|---|---|
| Approved by: | Charles Kerr on 2015-04-03 |
| Approved revision: | 451 |
| Merged at revision: | 451 |
| Proposed branch: | lp:~mitya57/indicator-session/lp1363630_trusty |
| Merge into: | lp:indicator-session/14.04 |
| Diff against target: |
18 lines (+1/-5) 1 file modified
src/backend-dbus/actions.c (+1/-5) |
| To merge this branch: | bzr merge lp:~mitya57/indicator-session/lp1363630_trusty |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Charles Kerr (community) | 2015-03-18 | Approve on 2015-04-03 | |
| Ted Gould | 2015-04-03 | Pending | |
| Indicator Applet Developers | 2015-03-18 | Pending | |
|
Review via email:
|
|||
Commit Message
Make Cancel button in Zenity backend work again.
Description of the Change
I want to backport a fix for bug 1363630 to Trusty, as that bug keeps collecting duplicates.
--- Copy-paste from previous description ---
Currently the code in zenity_question() looks like:
if (!g_spawn_
confirmed = TRUE;
else
confirmed = exit_status == 0;
However !g_spawn_
This MP makes things work again.
To post a comment you must log in.

LGTM; as Dmitry points out this is the same as his fix which was used in trunk @ bazaar. launchpad. net/~indicator- applet- developers/ indicator- session/ trunk.15. 04/revision/ 455