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
This commit is contained in:
Ettore Perazzoli
2001-08-10 00:15:46 +00:00
parent 702df809d2
commit 8aeb5d2034
3 changed files with 14 additions and 32 deletions

View File

@ -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);