From b09b3e9ccacea345fee998ff20ef01ae043eaeac Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 18 Nov 2010 13:35:36 +0100 Subject: Bug #633779 - GtkComboBoxText issues --- widgets/misc/e-dateedit.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c index a1a385ca70..d0b9b7ea8f 100644 --- a/widgets/misc/e-dateedit.c +++ b/widgets/misc/e-dateedit.c @@ -578,17 +578,6 @@ create_children (EDateEdit *dedit) "has-entry", TRUE, "entry-text-column", 0, NULL); - - { - GtkCellRenderer *cell; - - gtk_cell_layout_clear (GTK_CELL_LAYOUT (priv->time_combo)); - - cell = gtk_cell_renderer_text_new (); - gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (priv->time_combo), cell, TRUE); - gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (priv->time_combo), cell, "text", 0, NULL); - } - #else priv->time_combo = gtk_combo_box_entry_new_with_model ( GTK_TREE_MODEL (time_store), 0); -- cgit v1.2.3