diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-03-29 00:19:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-03-29 00:19:50 +0000 |
commit | bdd6e817d35923e9a3d15a10e9259d5711e75494 (patch) | |
tree | 6328a791358af6df69a413c1b09cd65bb4083226 /gtk/gtkrange.c | |
parent | feefa270e3c422ae8b28b1b263cd1a2e83b5dc1d (diff) | |
download | gdk-pixbuf-bdd6e817d35923e9a3d15a10e9259d5711e75494.tar.gz |
Fix the previous commit.
Diffstat (limited to 'gtk/gtkrange.c')
-rw-r--r-- | gtk/gtkrange.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 5f4c2ef82..5ceaa7d10 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1327,7 +1327,7 @@ static void stop_scrolling (GtkRange *range) /* Just be lazy about this, if we scrolled it will all redraw anyway, * so no point optimizing the button deactivate case */ - gtk_widget_queue_draw (widget); + gtk_widget_queue_draw (GTK_WIDGET (range)); } static gint |