summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gmountsource.c')
-rw-r--r--common/gmountsource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gmountsource.c b/common/gmountsource.c
index a7692ae9..915f646d 100644
--- a/common/gmountsource.c
+++ b/common/gmountsource.c
@@ -104,11 +104,11 @@ g_mount_source_to_dbus (GMountSource *source)
}
GMountSource *
-g_mount_source_from_dbus (GVariant *iter)
+g_mount_source_from_dbus (GVariant *value)
{
const gchar *obj_path, *dbus_id;
- g_variant_get (iter, "(&s&o)",
+ g_variant_get (value, "(&s&o)",
&dbus_id,
&obj_path);