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
This commit is contained in:
committed by
Chris Lahey
parent
08f5c5e324
commit
ec5d0a0fab
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user