Fix filenames in ChangeLog.

svn path=/trunk/; revision=26028
This commit is contained in:
Michael Natterer 2008-07-01 12:03:25 +00:00
parent 2bac105982
commit 87b2df4fca

View file

@ -84,12 +84,12 @@
This is completely evil:
* app/widgets/Makefile.am
* app/widgets/gimpscalebutton.[ch]: copy GtkScaleButton from GTK+
* app/widgets/gtkscalebutton.[ch]: copy GtkScaleButton from GTK+
upstream trunk and hack around until symbol conflicts are gone
and it builds.
* app/widgets/gimppropwidgets.c
* app/widgets/gtkscalebutton.[ch]: use the hacked version instead
* app/widgets/gimpscalebutton.[ch]: use the hacked version instead
of the one from GTK+. Set the orientation to horizontal.
2008-06-28 Michael Natterer <mitch@gimp.org>