[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix terminal screen showing

noreply at xfce.org noreply at xfce.org
Thu Jul 14 14:09:01 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 b6b9311890f458da8443cbafe5e83db76e657c96
Author: Igor <f2404 at yandex.ru>
Date:   Thu Jul 14 15:08:51 2016 +0300

    Fix terminal screen showing
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index aff40ae..3071ffa 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -305,7 +305,7 @@ terminal_screen_init (TerminalScreen *screen)
       G_CALLBACK (terminal_screen_vte_window_contents_resized), screen);
 
   /* show the terminal */
-  gtk_widget_show_all (GTK_WIDGET (screen));
+  gtk_widget_show_all (screen->terminal);
 }
 
 

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


More information about the Xfce4-commits mailing list