[gtk-engines] Use tab-expand and tab-pack instead of deprecated notebook child properties
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines] Use tab-expand and tab-pack instead of deprecated notebook child properties
- Date: Wed, 25 Aug 2010 16:32:17 +0000 (UTC)
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]