diff options
author | Chris Toshok <toshok@ximian.com> | 2004-01-31 05:44:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-01-31 05:44:46 +0800 |
commit | e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e (patch) | |
tree | aa10f2c7b26dbee9281aaaf0415023dcfeeab83b /widgets/misc/ChangeLog | |
parent | af2899875563337fe95a6fed42275aeeb74686a4 (diff) | |
download | gsoc2013-evolution-e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e.tar.gz gsoc2013-evolution-e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e.tar.zst gsoc2013-evolution-e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e.zip |
abstract out the drag and droppable image widget from the contact list
2004-01-30 Chris Toshok <toshok@ximian.com>
* e-image-chooser.[ch]: abstract out the drag and droppable image
widget from the contact list editor and stick it here. There's
some code for a "Browse..." button here but it's not enabled.
* Makefile.am (widgetsinclude_HEADERS): add e-image-chooser.h.
(libemiscwidgets_la_SOURCES): add e-image-chooser.c
svn path=/trunk/; revision=24549
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 434e7cb863..826be8b970 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2004-01-30 Chris Toshok <toshok@ximian.com> + + * e-image-chooser.[ch]: abstract out the drag and droppable image + widget from the contact list editor and stick it here. There's + some code for a "Browse..." button here but it's not enabled. + + * Makefile.am (widgetsinclude_HEADERS): add e-image-chooser.h. + (libemiscwidgets_la_SOURCES): add e-image-chooser.c + 2004-01-30 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (get_property): Only save the search-bar state OR |