brooooooooken pipe.

This commit is contained in:
Kristian Rietveld
2003-09-03 19:57:05 +00:00
parent 9538b6e57c
commit eccc733f29
15 changed files with 18 additions and 18 deletions

View File

@ -1382,7 +1382,7 @@ gtk_range_scroll_event (GtkWidget *widget,
/* Policy DELAYED makes sense with scroll events,
* but DISCONTINUOUS doesn't, so we update immediately
* for DISCONTINOUS
* for DISCONTINUOUS
*/
if (range->update_policy == GTK_UPDATE_DISCONTINUOUS)
gtk_range_update_value (range);
@ -1658,7 +1658,7 @@ gtk_range_move_slider (GtkRange *range,
/* Policy DELAYED makes sense with key events,
* but DISCONTINUOUS doesn't, so we update immediately
* for DISCONTINOUS
* for DISCONTINUOUS
*/
if (range->update_policy == GTK_UPDATE_DISCONTINUOUS)
gtk_range_update_value (range);