aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-14 12:22:29 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:25 +0800
commitcadcc080eeb998a52b2163604e07fa5a71089391 (patch)
tree99773aaf880690e67f54f7a8e45f856fb35d5d00 /calendar/gui/dialogs/task-page.c
parentdbbe7408c563f9a6e47f65d5d3db7ee541285b41 (diff)
downloadgsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.gz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.bz2
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.lz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.xz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.zst
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.zip
Adapt to GtkComboBox class reorg.
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r--calendar/gui/dialogs/task-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 8fe16d007d..7956b1b5d7 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -1418,7 +1418,7 @@ get_widgets (TaskPage *tpage)
priv->organizer = e_builder_get_widget (priv->builder, "organizer");
gtk_list_store_clear (GTK_LIST_STORE (gtk_combo_box_get_model (GTK_COMBO_BOX (priv->organizer))));
- gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX_ENTRY (priv->organizer), 0);
+ gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX (priv->organizer), 0);
priv->invite = e_builder_get_widget (priv->builder, "invite");
priv->add = e_builder_get_widget (priv->builder, "add-attendee");