From e8ab6acfb9f1fe2cfcdc0dde3f246fcc5dd7cc4e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 30 Jan 2004 21:44:46 +0000 Subject: abstract out the drag and droppable image widget from the contact list 2004-01-30 Chris Toshok * 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 --- widgets/misc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/Makefile.am') 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 \ -- cgit v1.2.3