diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-18 14:35:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-18 14:35:53 +0000 |
commit | e7fc60f78f6fe12df16fffc6bc6fcdcf886acea8 (patch) | |
tree | c8a573f073fc8eb1744cbbebe48beb07494669ef /ChangeLog.pre-2-8 | |
parent | 6a213cbdf7c5d31d1eafc91038f1699134bba93c (diff) | |
download | gtk+-e7fc60f78f6fe12df16fffc6bc6fcdcf886acea8.tar.gz |
Fix parameter names to make gtk-doc happy.
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
parameter names to make gtk-doc happy.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 985fbb1a70..7bd3876c2f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-05-18 Matthias Clasen <mclasen@redhat.com> + * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix + parameter names to make gtk-doc happy. + * gtk/gtkscale.c (gtk_scale_class_init): Fix the default values of draw-value and value-pos to be the values we actually use in _init. (#304547, Mikael Hallendal) |