[Xfce4-commits] [apps/xfce4-terminal] 01/01: Show missing action icons in dropdown mode

noreply at xfce.org noreply at xfce.org
Tue Oct 4 12:31:50 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 c0fab83936c87644d3ef03fbb317abf548e3ca06
Author: Igor <f2404 at yandex.ru>
Date:   Tue Oct 4 13:31:45 2016 +0300

    Show missing action icons in dropdown mode
---
 terminal/terminal-window-dropdown.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/terminal/terminal-window-dropdown.c b/terminal/terminal-window-dropdown.c
index 2458462..ca068b9 100644
--- a/terminal/terminal-window-dropdown.c
+++ b/terminal/terminal-window-dropdown.c
@@ -293,6 +293,8 @@ terminal_window_dropdown_init (TerminalWindowDropdown *dropdown)
                               G_OBJECT (dropdown), name,
                               G_BINDING_SYNC_CREATE);
     }
+
+  gtk_widget_show_all (hbox);
 }
 
 

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


More information about the Xfce4-commits mailing list