[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix toggling fullscreen mode with F11 for a drop-down window

noreply at xfce.org noreply at xfce.org
Thu Oct 27 12:32:18 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 0d40940f878c843231230ab20c94fe436289d50d
Author: Igor <f2404 at yandex.ru>
Date:   Thu Oct 27 13:31:01 2016 +0300

    Fix toggling fullscreen mode with F11 for a drop-down window
    
    Fixes https://bugzilla.xfce.org/show_bug.cgi?id=12913
---
 terminal/terminal-window-dropdown.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/terminal/terminal-window-dropdown.c b/terminal/terminal-window-dropdown.c
index 9383509..9d646f4 100644
--- a/terminal/terminal-window-dropdown.c
+++ b/terminal/terminal-window-dropdown.c
@@ -958,10 +958,6 @@ terminal_window_dropdown_new (const gchar        *role,
   g_signal_connect_swapped (action, "activate",
       G_CALLBACK (terminal_window_dropdown_update_geometry), window);
 
-
-  g_signal_connect_swapped (window->action_fullscreen, "activate",
-      G_CALLBACK (terminal_window_dropdown_update_geometry), window);
-
   return GTK_WIDGET (window);
 }
 

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


More information about the Xfce4-commits mailing list