summaryrefslogtreecommitdiff
path: root/src/applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet.c')
-rw-r--r--src/applet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applet.c b/src/applet.c
index 0fe14e75..6ba735bd 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -2904,6 +2904,7 @@ applet_agent_cancel_secrets_cb (AppletAgent *agent,
if (req->reqid == request_id) {
/* cancel and free this password request */
applet_secrets_request_free (req);
+ break;
}
}
}