From ebe6a94fa035d7674d8f5252078544aa84dd939b Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 29 Aug 2008 09:00:28 +0000 Subject: [PATCH] 2008-08-29 Claudio Saavedra * examples/hildon-touch-selector-example.c: (create_selector): Do not set a cell background color, to respect theming. --- ChangeLog | 5 +++++ examples/hildon-touch-selector-example.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6151200..e4f923f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-29 Claudio Saavedra + + * examples/hildon-touch-selector-example.c: (create_selector): Do not + set a cell background color, to respect theming. + 2008-08-28 Alberto Garcia * doc/hildon-docs.sgml diff --git a/examples/hildon-touch-selector-example.c b/examples/hildon-touch-selector-example.c index 9ad8cab..7a56fc7 100644 --- a/examples/hildon-touch-selector-example.c +++ b/examples/hildon-touch-selector-example.c @@ -60,7 +60,6 @@ create_selector () GSList *item = NULL; GtkCellRenderer *renderer = NULL; GValue val = { 0, }; - GValue val2 = { 0, }; selector = hildon_touch_selector_new (); @@ -81,9 +80,6 @@ create_selector () g_value_init (&val, G_TYPE_INT); g_value_set_int (&val, 100); g_object_set_property (G_OBJECT (renderer), "height", &val); - g_value_init (&val2, G_TYPE_STRING); - g_value_set_string (&val2, "orange"); - g_object_set_property (G_OBJECT (renderer), "cell-background", &val2); hildon_touch_selector_append_column (HILDON_TOUCH_SELECTOR (selector), GTK_TREE_MODEL (store_icons), -- 1.7.9.5