diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-17 19:06:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-17 19:06:39 +0800 |
commit | ec5d0a0fab3c33f68efe32decf6a55f0b174a796 (patch) | |
tree | 186231a4ad5f0effabec6d76bf3b0ac3ce9848c4 /shell/importer/importer.c | |
parent | 08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (diff) | |
download | gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.gz gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.zst gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.zip |
Cast this fucntion pointer.
2001-02-17 Christopher James Lahey <clahey@ximian.com>
* e-shell-view-menu.c (file_verbs): Cast this fucntion pointer.
* e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling
here.
* evolution-shell-component.c
(impl_ShellComponent_async_copy_folder): Commented out this unused
function.
* evolution-storage.c (storage_gtk_to_corba_result): Removed an
unused variable here.
* importer/importer.c: Include gal/widets/e-gui-utils.h.
svn path=/trunk/; revision=8269
Diffstat (limited to 'shell/importer/importer.c')
-rw-r--r-- | shell/importer/importer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/importer/importer.c b/shell/importer/importer.c index 9dac21c524..b664be7379 100644 --- a/shell/importer/importer.c +++ b/shell/importer/importer.c @@ -34,6 +34,7 @@ #include <glade/glade.h> #include <gtkhtml/gtkhtml.h> #include <e-util/e-html-utils.h> +#include <gal/widgets/e-gui-utils.h> #include "importer.h" #include "GNOME_Evolution_Importer.h" |