[Xfce4-commits] [xfce/thunar] 01/01: Add missing parameter to ThunarBrowserPokeDeviceFunc function
noreply at xfce.org
noreply at xfce.org
Wed Jul 25 05:33:44 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit b8684c983b3c72c0e8104d310e0bf477c70b8baa
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Jul 25 00:31:12 2018 -0300
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 a2e154e..97d63a0 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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list