From b8684c983b3c72c0e8104d310e0bf477c70b8baa Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Wed, 25 Jul 2018 00:31:12 -0300 Subject: [PATCH] Add missing parameter to ThunarBrowserPokeDeviceFunc function Problem introduced by patch from Bug #14536 --- thunar/thunar-shortcuts-view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c index a2e154e59..97d63a036 100644 --- a/thunar/thunar-shortcuts-view.c +++ b/thunar/thunar-shortcuts-view.c @@ -1965,7 +1965,8 @@ thunar_shortcuts_view_poke_device_mount_finish (ThunarBrowser *browser, ThunarDevice *device, ThunarFile *mount_point, GError *error, - gpointer ignored) + gpointer ignored, + gboolean cancelled) { gchar *device_name; GtkTreeModel *model; -- GitLab