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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 5ddcf72d2a..9db2180be2 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -28,6 +28,7 @@ widgetsinclude_HEADERS = \ e-dateedit.h \ e-dropdown-button.h \ e-expander.h \ + e-image-chooser.h \ e-map.h \ e-multi-config-dialog.h \ e-search-bar.h \ @@ -52,6 +53,7 @@ libemiscwidgets_la_SOURCES = \ e-dateedit.c \ e-dropdown-button.c \ e-expander.c \ + e-image-chooser.c \ e-map.c \ e-multi-config-dialog.c \ e-search-bar.c \ |