diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-10 07:59:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-10 07:59:39 +0800 |
commit | 921933660b1dba5a93e98d7b244fcd439896ae9f (patch) | |
tree | b680c746d5c269c33d430fe1dc2662e9c16fda4f /shell/e-shell-folder-title-bar.c | |
parent | c002a2ab81f9a2ef782309f455e1232bbe5543a9 (diff) | |
download | gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.gz gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.tar.zst gsoc2013-evolution-921933660b1dba5a93e98d7b244fcd439896ae9f.zip |
Properly reset activity_interface to NULL.
* evolution-shell-client.c (impl_dispose): Properly reset
activity_interface to NULL.
(evolution_shell_client_construct): Ref the shell object here.
* e-shell.c (view_weak_notify): Ref the shell since it's being
passed to notify_no_views_left_idle_cb as the data.
(notify_no_views_left_idle_cb): Only unref the shell here.
svn path=/trunk/; revision=19381
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r-- | shell/e-shell-folder-title-bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index b79933b2d6..60f27c9fbc 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -379,6 +379,7 @@ title_button_toggled_cb (GtkToggleButton *title_button, EShellFolderTitleBar *folder_title_bar; folder_title_bar = E_SHELL_FOLDER_TITLE_BAR (data); + g_signal_emit (folder_title_bar, signals[TITLE_TOGGLED], 0, gtk_toggle_button_get_active (title_button)); } |