diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-17 06:21:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-17 06:21:01 +0800 |
commit | adba504c23874aa85a3ab8e72c9c8dd49aed79ec (patch) | |
tree | f807940103c1ce65dcc3e78ee3bc8789eca941ac /calendar/gui/dialogs/Makefile.am | |
parent | 34c298f4a61d09f59214d16ebcf1f2cec4056dbd (diff) | |
download | gsoc2013-evolution-adba504c23874aa85a3ab8e72c9c8dd49aed79ec.tar.gz gsoc2013-evolution-adba504c23874aa85a3ab8e72c9c8dd49aed79ec.tar.zst gsoc2013-evolution-adba504c23874aa85a3ab8e72c9c8dd49aed79ec.zip |
new dialog for allowing the user to select a source.
2004-03-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/select-source-dialog.[ch]: new dialog for allowing the
user to select a source.
* gui/dialogs/copy-source-dialog.c (copy_source_dialog): use the
select_source_dialog function to ask user for the source to use.
(source_selected_cb): removed unneeded function.
* gui/dialogs/Makefile.am: added new files.
svn path=/trunk/; revision=25093
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index fc4e3f3ac1..dfe84f1a3c 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -72,6 +72,8 @@ libcal_dialogs_la_SOURCES = \ save-comp.h \ schedule-page.c \ schedule-page.h \ + select-source-dialog.c \ + select-source-dialog.h \ send-comp.c \ send-comp.h \ task-editor.c \ |