[gtk-engines] Use tab-expand and tab-pack instead of deprecated notebook child properties



commit 2069a50faaf108818764d370b4844b6b9b8bb6af
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Jul 25 16:45:49 2010 +0200

    Use tab-expand and tab-pack instead of deprecated notebook child properties

 engines/clearlooks/src/support.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/engines/clearlooks/src/support.c b/engines/clearlooks/src/support.c
index 916e815..4de6432 100644
--- a/engines/clearlooks/src/support.c
+++ b/engines/clearlooks/src/support.c
@@ -199,8 +199,8 @@ clearlooks_get_notebook_tab_position (GtkWidget *widget,
 			}
 
                         gtk_container_child_get (GTK_CONTAINER (notebook), tab_child,
-                                                 "expand", &expand,
-                                                 "pack-type", &pack_type,
+                                                 "tab-expand", &expand,
+                                                 "tab-pack", &pack_type,
                                                  NULL);
 
 			if (!found_tabs) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]