diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 02:05:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 02:05:55 +0800 |
commit | 97d578613baab00205b157c2cd87baed41dbcf5f (patch) | |
tree | 51e420dd62e91ac6162a0ba0dcdd0e9d3f0c42d6 /shell/ChangeLog | |
parent | de5b0738fd523214973cbc12287a599164baad5c (diff) | |
download | gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar.gz gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar.bz2 gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar.lz gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar.xz gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.tar.zst gsoc2013-evolution-97d578613baab00205b157c2cd87baed41dbcf5f.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ed436547f3..45ac7e6240 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,25 @@ +2002-05-20 Ettore Perazzoli <ettore@ximian.com> + + * 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. + 2002-05-16 Ettore Perazzoli <ettore@ximian.com> * e-shell.c (view_delete_event_cb): Ask e_shell_prepare_for_quit() |