diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-10 08:15:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-10 08:15:46 +0800 |
commit | 8aeb5d203460e590bde98da12c00443ae4d2e5e0 (patch) | |
tree | db65a21088bde22b9d740e88269e186a350e3cad /shell/ChangeLog | |
parent | 702df809d271132488f806d37f186e47a344a615 (diff) | |
download | gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.gz gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.zst gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.zip |
Cast the toplevel to be passed to `e_request_string()' to GtkWindow, not
* e-shortcuts-view.c (show_new_group_dialog): Cast the toplevel to
be passed to `e_request_string()' to GtkWindow, not GtkWidget.
Also, remove unused variables.
(get_efolder_from_shortcut): Constify @item_url.
(get_storage_set_path_from_uri): Removed.
* evolution-shell-component.c (destroy): `p' shall be a GList, not
a GSList.
svn path=/trunk/; revision=11857
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a7ea0a64c..9ca8bd0ca9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2001-08-09 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view.c (show_new_group_dialog): Cast the toplevel to + be passed to `e_request_string()' to GtkWindow, not GtkWidget. + Also, remove unused variables. + (get_efolder_from_shortcut): Constify @item_url. + (get_storage_set_path_from_uri): Removed. + + * evolution-shell-component.c (destroy): `p' shall be a GList, not + a GSList. + +2001-08-09 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (e_shell_view_construct): Add the menu items using the EShellUserCreatableItemsHandler. |