2005-12-30  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpgradienteditor.c (view_events): typo.
This commit is contained in:
Sven Neumann
2005-12-30 00:00:21 +00:00
committed by Sven Neumann
parent a896bd1534
commit 46644a68bb
2 changed files with 5 additions and 1 deletions

View File

@ -890,7 +890,7 @@ view_events (GtkWidget *widget,
value += adj->page_increment / 2;
break;
deafult:
default:
break;
}