Pass NULL for @has_checkbox_func and @has_checkbox_func_data.

* e-shell-config-offline.c
(e_shell_config_offline_create_control): Pass NULL for
@has_checkbox_func and @has_checkbox_func_data.

* evolution-storage-set-view.c
(impl_StorageSetView__set_showCheckboxes): Pass NULL for
@has_checkbox_func and @has_checkbox_func_data.

* e-storage-set-view.c: New member has_checkbox_func and
has_checkbox_func_data in EStorageSetViewPrivate.
(init): Init to NULL.
(e_storage_set_view_set_show_checkboxes): New args
@has_checkbox_func and @func_data.
(has_checkbox): Always return FALSE for the toplevels.  For the
other ones return TRUE unless ->has_checkbox_func is not-NULL; in
which case, we use that function to determine whether the folder
is actually checkable.

* Evolution-ShellComponent.idl (requestQuit): Remove exception.

svn path=/trunk/; revision=16945
This commit is contained in:
Ettore Perazzoli
2002-05-20 18:05:55 +00:00
parent de5b0738fd
commit 97d578613b
6 changed files with 76 additions and 15 deletions

View File

@ -142,8 +142,7 @@ module Evolution {
through the listener (through OK or CANCEL) whether the
shell can quit safely. (This is meant to be used for
confirmations before quitting.) */
oneway void requestQuit (in ShellComponentListener listener)
raises (Busy);
oneway void requestQuit (in ShellComponentListener listener);
};
interface ShellComponentListener {