From 638a3ebe75de0d14797683a99a82435bbfb266f7 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 27 Nov 2008 12:27:03 +0000 Subject: [PATCH] 2008-11-27 Claudio Saavedra * src/hildon-touch-selector.c: (_default_print_func): Get the correct column while building the default string. --- ChangeLog | 5 +++++ src/hildon-touch-selector.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81a8661..f20b09b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-27 Claudio Saavedra + + * src/hildon-touch-selector.c: (_default_print_func): Get the correct + column while building the default string. + 2008-11-25 Claudio Saavedra * src/hildon-touch-selector.c: (_create_new_column): Do not disable the diff --git a/src/hildon-touch-selector.c b/src/hildon-touch-selector.c index 6d06de2..897cd79 100644 --- a/src/hildon-touch-selector.c +++ b/src/hildon-touch-selector.c @@ -456,7 +456,7 @@ _default_print_func (HildonTouchSelector * selector) for (i = initial_value; i < num_columns; i++) { model = hildon_touch_selector_get_model (selector, i); - column = hildon_touch_selector_get_column (selector, 0); + column = hildon_touch_selector_get_column (selector, i); g_object_get (G_OBJECT(column), "text-column", &text_column, NULL); if (hildon_touch_selector_get_selected (selector, i, &iter)) { -- 1.7.9.5