diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 04:35:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 04:35:52 +0800 |
commit | 0097872c134e712a520b408d294dc7c6d5156527 (patch) | |
tree | d0fd787791b7cd39d198f0965e4849dbe2dda792 /shell/Makefile.am | |
parent | cf26eac80769d0c09bdf6580b4cde7343071962c (diff) | |
download | gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.gz gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.bz2 gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.lz gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.xz gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.tar.zst gsoc2013-evolution-0097872c134e712a520b408d294dc7c6d5156527.zip |
Folder selection dialog, (untested) CORBA interfaces for it, and a new
"Go to folder..." menu item. Also made the creation dialog slightly
larger.
svn path=/trunk/; revision=3508
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7788803994..4d605d5a15 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -53,6 +53,8 @@ evolution_SOURCES = \ e-shell-constants.h \ e-shell-folder-creation-dialog.c \ e-shell-folder-creation-dialog.h \ + e-shell-folder-selection-dialog.c \ + e-shell-folder-selection-dialog.h \ e-shell-folder-title-bar.c \ e-shell-folder-title-bar.h \ e-shell-utils.c \ |