[Xfce4-commits] [apps/xfce4-terminal] 01/01: Disconnect callbacks on exit

noreply at xfce.org noreply at xfce.org
Tue Aug 2 17:09:31 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 8c2dad066ff3d398ebdc8d15d876eeff7b8d6c8e
Author: Igor <f2404 at yandex.ru>
Date:   Tue Aug 2 18:09:26 2016 +0300

    Disconnect callbacks on exit
---
 terminal/terminal-app.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
index d7300ed..958de1d 100644
--- a/terminal/terminal-app.c
+++ b/terminal/terminal-app.c
@@ -168,6 +168,8 @@ terminal_app_finalize (GObject *object)
     {
       g_signal_handlers_disconnect_by_func (G_OBJECT (lp->data), G_CALLBACK (terminal_app_window_destroyed), app);
       g_signal_handlers_disconnect_by_func (G_OBJECT (lp->data), G_CALLBACK (terminal_app_new_window), app);
+      g_signal_handlers_disconnect_by_func (G_OBJECT (lp->data), G_CALLBACK (terminal_app_new_window_with_terminal), app);
+      g_signal_handlers_disconnect_by_func (G_OBJECT (lp->data), G_CALLBACK (terminal_app_unset_urgent_bell), app);
       gtk_widget_destroy (GTK_WIDGET (lp->data));
     }
   g_slist_free (app->windows);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list