aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-24 20:30:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-25 23:37:39 +0800
commit9bd1641646ba98139dcd1fac959165c871e0f979 (patch)
tree000f6de5ae174280ef02684f714e4eb82f304e59 /widgets
parent413ec51e6f58479ee70633aabfe1bc9826a0f79e (diff)
downloadgsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar.gz
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar.bz2
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar.lz
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar.xz
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.tar.zst
gsoc2013-evolution-9bd1641646ba98139dcd1fac959165c871e0f979.zip
Various critical warnings about comp-editor-pages and date edit
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-dateedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c
index 8aa048cb28..0a2b744372 100644
--- a/widgets/misc/e-dateedit.c
+++ b/widgets/misc/e-dateedit.c
@@ -570,6 +570,7 @@ create_children (EDateEdit *dedit)
time_store = gtk_list_store_new (1, G_TYPE_STRING);
priv->time_combo = gtk_combo_box_new_with_model_and_entry (
GTK_TREE_MODEL (time_store));
+ gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX (priv->time_combo), 0);
g_object_unref (time_store);
child = gtk_bin_get_child (GTK_BIN (priv->time_combo));