aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-03 04:08:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-03 04:08:48 +0800
commitbc6c3e50842dd5945f08bbf7cb6a405a5b269144 (patch)
tree6937e5e48b459f183992b2bea0e9287389785ca2 /shell/e-shell-view.c
parent9a96cbd58ed1f063c81af4bc2900ba6dce677ca3 (diff)
downloadgsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.gz
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.bz2
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.lz
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.xz
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.tar.zst
gsoc2013-evolution-bc6c3e50842dd5945f08bbf7cb6a405a5b269144.zip
Set the `set_folder_uri' to NULL when freeing it.
* e-shell-view.c (switch_on_folder_tree_click): Set the `set_folder_uri' to NULL when freeing it. * e-task-bar.c (e_task_bar_remove_task): Just destroy the widget. No need to `gtk_container_remove()' it. svn path=/trunk/; revision=11597
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index d2f8d74920..5e2c2cbf1b 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -455,7 +455,9 @@ switch_on_folder_tree_click (EShellView *shell_view,
if (priv->set_folder_timeout != 0)
gtk_timeout_remove (priv->set_folder_timeout);
+
g_free (priv->set_folder_uri);
+ priv->set_folder_uri = NULL;
cleanup_delayed_selection (shell_view);