From 8aeb5d203460e590bde98da12c00443ae4d2e5e0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 10 Aug 2001 00:15:46 +0000 Subject: 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 --- shell/evolution-shell-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/evolution-shell-component.c') diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 2ff908aa68..18b53da202 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -551,7 +551,7 @@ destroy (GtkObject *object) EvolutionShellComponent *shell_component; EvolutionShellComponentPrivate *priv; CORBA_Environment ev; - GSList *p; + GList *p; shell_component = EVOLUTION_SHELL_COMPONENT (object); -- cgit v1.2.3