[Xfce4-commits] [apps/xfce4-terminal] 01/01: Drop non-existing properties from GtkNotebook

noreply at xfce.org noreply at xfce.org
Wed Jun 1 08:05:23 CEST 2016


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 <simon.steinbeiss at elfenbeinturm.at>
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.


More information about the Xfce4-commits mailing list