From 877ff6b05952a0a3009ffdbcc27685ab0942c7ba Mon Sep 17 00:00:00 2001 From: "Alejandro G. Castro" Date: Fri, 12 Sep 2008 06:59:11 +0000 Subject: [PATCH] * src/hildon-touch-selector.c, (_hildon_touch_selector_set_model): Cleaning the code after review, removed g_print and #if 0 from the code. --- ChangeLog | 6 ++++++ src/hildon-touch-selector.c | 13 +------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d37ad30..ba0eb2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-12 Alejandro G. Castro + + * src/hildon-touch-selector.c, + (_hildon_touch_selector_set_model): Cleaning the code after + review, removed g_print and #if 0 from the code. + 2008-09-11 Alberto Garcia * src/hildon-edit-toolbar.c: Update documentation. diff --git a/src/hildon-touch-selector.c b/src/hildon-touch-selector.c index 7da9112..fbff98b 100644 --- a/src/hildon-touch-selector.c +++ b/src/hildon-touch-selector.c @@ -295,7 +295,7 @@ hildon_touch_selector_remove (GtkContainer * container, GtkWidget * widget) * * Default print function * - * Returns: a new string that represent the selected items + * Returns: a new string that represents the selected items **/ static gchar * _default_print_func (HildonTouchSelector * selector) @@ -747,16 +747,6 @@ hildon_touch_selector_set_column_attributes (HildonTouchSelector * selector, gtk_tree_view_append_column (current_column->tree_view, tree_column); } -#if 0 -gboolean -hildon_touch_selector_insert_column (HildonTouchSelector * selector, gint position) -{ - g_warning ("Un-implemented!"); - - return TRUE; -} -#endif - /** * hildon_touch_selector_get_num_columns: * @selector: a #HildonTouchSelector @@ -1069,7 +1059,6 @@ _hildon_touch_selector_set_model (HildonTouchSelector * selector, gint column, GtkTreeModel * model) { SelectorColumn *current_column = NULL; - g_print ("this was actually called\n"); current_column = (SelectorColumn *) g_slist_nth_data (selector->priv->columns, column); -- 1.7.9.5