summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2008-01-23 10:03:46 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2008-01-23 10:03:46 +0000
commit3357e13629a5c8d80914df8e5e84da8213adff77 (patch)
tree1db4a6fa746af4dcb4d84740ad3d5753e3d8c237 /plugins
parent1198321137c88722ced4150eb0eef3515075af9f (diff)
downloadgnome-settings-daemon-3357e13629a5c8d80914df8e5e84da8213adff77.tar.gz
Fix a couple typos that broke the build.
2008-01-23 Kjartan Maraas <kmaraas@gnome.org> * plugins/mouse/gsd-locate-pointer.c: (timeline_frame_cb), (timeline_finished_cb): Fix a couple typos that broke the build. svn path=/trunk/; revision=58
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mouse/gsd-locate-pointer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mouse/gsd-locate-pointer.c b/plugins/mouse/gsd-locate-pointer.c
index 9bd1cbcb..b9311897 100644
--- a/plugins/mouse/gsd-locate-pointer.c
+++ b/plugins/mouse/gsd-locate-pointer.c
@@ -147,7 +147,7 @@ locate_pointer_expose (GtkWidget *widget,
}
static void
-timeline_frame_cb (GtkTimeline *timeline,
+timeline_frame_cb (GsdTimeline *timeline,
gdouble progress,
gpointer user_data)
{
@@ -167,7 +167,7 @@ timeline_frame_cb (GtkTimeline *timeline,
}
static void
-timeline_finished_cb (GtkTimeline *timeline,
+timeline_finished_cb (GsdTimeline *timeline,
gpointer user_data)
{
GsdLocatePointerData *data = (GsdLocatePointerData *) user_data;