Merge lp:~azzar1/update-notifier/handle-applying-state-livepatch into lp:update-notifier/ubuntu

Proposed by Andrea Azzarone
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 963
Merged at revision: 969
Proposed branch: lp:~azzar1/update-notifier/handle-applying-state-livepatch
Merge into: lp:update-notifier/ubuntu
Diff against target: 13 lines (+2/-1)
1 file modified
src/livepatch-tray.c (+2/-1)
To merge this branch: bzr merge lp:~azzar1/update-notifier/handle-applying-state-livepatch
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+366059@code.launchpad.net

Commit message

Handle "applying" Livepatch state.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/livepatch-tray.c'
2--- src/livepatch-tray.c 2019-03-15 16:48:29 +0000
3+++ src/livepatch-tray.c 2019-04-15 14:42:05 +0000
4@@ -161,7 +161,8 @@
5 gtk_menu_item_set_label(GTK_MENU_ITEM(priv->menuitem_desc), label);
6 }
7 else if (!g_strcmp0(check_state, "needs-check") ||
8- !g_strcmp0(state, "unapplied"))
9+ !g_strcmp0(state, "unapplied") ||
10+ !g_strcmp0(state, "applying"))
11 {
12 /* Check livepatch status again */
13 return G_SOURCE_CONTINUE;

Subscribers

People subscribed via source and target branches

to all changes: