[Xfce4-commits] [xfce/thunar] 04/46: Remove homogeneous tabs from notebook
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:12 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit d53b2f36db327e8daa04786bec65274376fb02f3
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date: Wed Aug 5 16:44:04 2015 +0200
Remove homogeneous tabs from notebook
This is not supported in Gtk3. We just get rid of it here.
---
thunar/thunar-window.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index ccb398f..d0e724f 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -874,7 +874,6 @@ thunar_window_init (ThunarWindow *window)
g_signal_connect (G_OBJECT (window->notebook), "popup-menu", G_CALLBACK (thunar_window_notebook_popup_menu), window);
g_signal_connect (G_OBJECT (window->notebook), "create-window", G_CALLBACK (thunar_window_notebook_create_window), window);
gtk_notebook_set_show_border (GTK_NOTEBOOK (window->notebook), FALSE);
- gtk_notebook_set_homogeneous_tabs (GTK_NOTEBOOK (window->notebook), TRUE);
gtk_notebook_set_scrollable (GTK_NOTEBOOK (window->notebook), TRUE);
gtk_container_set_border_width (GTK_CONTAINER (window->notebook), 0);
gtk_notebook_set_group_name (GTK_NOTEBOOK (window->notebook), "thunar-tabs");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list