[Xfce4-commits] [apps/xfce4-terminal] 01/01: Refine the previous commit

noreply at xfce.org noreply at xfce.org
Wed Mar 27 18:15:45 CET 2019


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

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit c2a6a4716f26e61991981785fd9f1c0c848f4dc5
Author: Igor <f2404 at yandex.ru>
Date:   Wed Mar 27 13:15:36 2019 -0400

    Refine the previous commit
---
 terminal/terminal-app.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
index 7bcb465..57e25f3 100644
--- a/terminal/terminal-app.c
+++ b/terminal/terminal-app.c
@@ -357,6 +357,7 @@ terminal_app_accel_map_load (gpointer user_data)
       for (lp = app->tab_key_accels; lp != NULL; lp = lp->next)
         g_free (((TerminalAccel*) lp->data)->path);
       g_slist_free_full (app->tab_key_accels, g_free);
+      app->tab_key_accels = NULL;
     }
   gtk_accel_map_foreach (app, terminal_app_update_tab_key_accels);
 

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


More information about the Xfce4-commits mailing list