Skip to content
Snippets Groups Projects
Commit 0af97b57 authored by Madgula Rohan's avatar Madgula Rohan Committed by Frédéric Dalleau
Browse files

Added missing parameter in 'confirmation-result' callback of barkway

Due to which didcot service crashes on selecting any item on the
selection popup list. This patch resolves the crash

Apertis: https://phabricator.apertis.org/T3704



Signed-off-by: default avatarRohan Madgula <Rohan.Madgula@in.bosch.com>
Reviewed-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
Differential Revision: https://phabricator.apertis.org/D6183
parent 480cbd24
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ handle_confirmation_result_for_open_uri_cb (BarkwayService *object,
const gchar *app_name,
const gchar *title,
const gchar *confirmation_result,
gint confirmation_value,
gpointer user_data)
{
if (g_strcmp0 (DATA_EXCHANGE_MGR_NAME, app_name) == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment