diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 18:28:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 18:28:58 +0800 |
commit | d2c859ad387d1220524145bc72f5ae0c911c9f40 (patch) | |
tree | 1e6cc70e9c84efef7bf84b716f0933f5c02cefaa /widgets/misc/ChangeLog | |
parent | ba1a7da8477e190988d7539705d0da41c2653369 (diff) | |
download | gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.gz gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.zst gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.zip |
Fix the API to EDropdownButton by removing args that don't make much
sense.
svn path=/trunk/; revision=7854
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 83f684f751..2c39f11046 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,12 @@ 2001-01-27 Ettore Perazzoli <ettore@ximian.com> + * e-dropdown-button.c (e_dropdown_button_construct): Removed + @ui_info and @data args. Obviously I am not very smart at this + time of the night. + (e_dropdown_button_new): Likewise. + +2001-01-27 Ettore Perazzoli <ettore@ximian.com> + * e-dropdown-button.c, e-dropdown-button.h: New. 2001-01-25 Damon Chaplin <damon@ximian.com> |