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



commit 475be418b1577aaabe7feb7191d5119e7cef01cd
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 540720d..e40a6f0 100644
--- a/engines/clearlooks/src/support.c
+++ b/engines/clearlooks/src/support.c
@@ -286,8 +286,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]