aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-17 19:06:39 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-17 19:06:39 +0800
commitec5d0a0fab3c33f68efe32decf6a55f0b174a796 (patch)
tree186231a4ad5f0effabec6d76bf3b0ac3ce9848c4 /shell/e-shell-view-menu.c
parent08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (diff)
downloadgsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.gz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.bz2
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.lz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.xz
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/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index dbfcb42217..4238aa5b9e 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -448,7 +448,7 @@ BonoboUIVerb new_verbs [] = {
};
BonoboUIVerb file_verbs [] = {
- BONOBO_UI_VERB ("FileImporter", show_import_wizard),
+ BONOBO_UI_VERB ("FileImporter", (BonoboUIVerbFn) show_import_wizard),
BONOBO_UI_VERB ("FileGoToFolder", command_goto_folder),
BONOBO_UI_VERB ("FileCreateFolder", command_create_folder),
BONOBO_UI_VERB ("FileClose", command_close),