summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-context.c')
-rw-r--r--thunar-volman/tvm-context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/thunar-volman/tvm-context.c b/thunar-volman/tvm-context.c
index 8685f70..5629173 100644
--- a/thunar-volman/tvm-context.c
+++ b/thunar-volman/tvm-context.c
@@ -85,8 +85,9 @@ tvm_context_free (TvmContext *context)
gboolean
-tvm_context_run (TvmContext *context)
+tvm_context_run (gpointer user_data)
{
+ TvmContext *context = user_data;
tvm_device_added (context);
return FALSE;