summaryrefslogtreecommitdiff
path: root/plugins/mouse/msd-timeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/msd-timeline.c')
-rw-r--r--plugins/mouse/msd-timeline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mouse/msd-timeline.c b/plugins/mouse/msd-timeline.c
index 042cd5b..3b6cf79 100644
--- a/plugins/mouse/msd-timeline.c
+++ b/plugins/mouse/msd-timeline.c
@@ -1,6 +1,7 @@
/* msd-timeline.c
*
* Copyright (C) 2008 Carlos Garnacho <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
@@ -64,7 +65,6 @@ enum {
static guint signals [LAST_SIGNAL] = { 0, };
-
static void msd_timeline_set_property (GObject *object,
guint prop_id,
const GValue *value,
@@ -646,7 +646,7 @@ msd_timeline_set_loop (MsdTimeline *timeline,
g_return_if_fail (MSD_IS_TIMELINE (timeline));
priv = msd_timeline_get_instance_private (timeline);
- priv->loop = loop;
+ priv->loop = (loop != FALSE);
g_object_notify (G_OBJECT (timeline), "loop");
}