Fix the previous commit.

This commit is contained in:
Matthias Clasen
2003-03-29 00:19:50 +00:00
parent feefa270e3
commit bdd6e817d3
2 changed files with 2 additions and 2 deletions

View File

@ -1675,7 +1675,7 @@ stop_scrolling (GtkNotebook *notebook)
{
if (notebook->timer)
{
gtk_timeout_remove (notebook->timer);
g_source_remove (notebook->timer);
notebook->timer = 0;
notebook->need_timer = FALSE;
}