This is an automated email from the git hooks/post-receive script. ochosi pushed a commit to branch master in repository apps/xfce4-terminal.
commit 77e3234c666655719fd6328e7392675335e0b5dc Author: Simon Steinbeiss <[email protected]> Date: Wed Jun 1 08:05:01 2016 +0200 Drop non-existing properties from GtkNotebook --- terminal/terminal-window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c index 6d89083..113d809 100644 --- a/terminal/terminal-window.c +++ b/terminal/terminal-window.c @@ -328,12 +328,9 @@ terminal_window_init (TerminalWindow *window) /* allocate the notebook for the terminal screens */ g_object_get (G_OBJECT (window->preferences), "misc-always-show-tabs", &always_show_tabs, NULL); window->notebook = g_object_new (GTK_TYPE_NOTEBOOK, - "homogeneous", TRUE, "scrollable", TRUE, "show-border", FALSE, "show-tabs", always_show_tabs, - "tab-hborder", 0, - "tab-vborder", 0, NULL); /* hide the ugly terminal border when tabs are shown */ -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
