diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | win32/libemiscwidgets.def | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-04-27 Tor Lillqvist <tml@novell.com> + + * win32/libemiscwidgets.def: Add e_expander_get_type which now is + needed when linking libevolution-widgets-a11y. + 2006-04-25 Jeffrey Stedfast <fejj@novell.com> * configure.in: Figure out auto-magically what the mozilla-nss diff --git a/win32/libemiscwidgets.def b/win32/libemiscwidgets.def index 51549d77b8..c91c7b81fc 100644 --- a/win32/libemiscwidgets.def +++ b/win32/libemiscwidgets.def @@ -27,6 +27,7 @@ EXPORTS e_combo_button_get_type e_combo_button_popup_menu e_cursor_get + e_expander_get_type e_hsv_tweak e_map_add_point e_map_get_closest_point |