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

@ -1,3 +1,7 @@
2005-12-30 Sven Neumann <sven@gimp.org>
* app/widgets/gimpgradienteditor.c (view_events): typo.
2005-12-29 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_new):

View File

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