aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-10 08:15:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-10 08:15:46 +0800
commit8aeb5d203460e590bde98da12c00443ae4d2e5e0 (patch)
treedb65a21088bde22b9d740e88269e186a350e3cad /shell/evolution-shell-component.c
parent702df809d271132488f806d37f186e47a344a615 (diff)
downloadgsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar
gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.gz
gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.bz2
gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.lz
gsoc2013-evolution-8aeb5d203460e590bde98da12c00443ae4d2e5e0.tar.xz
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/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 1 insertions, 1 deletions
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);