aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-cell-date-edit.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-21 03:41:18 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-21 03:41:18 +0800
commitf210c6ef1e5425c4c23b34f2e6b81f63c7b68c61 (patch)
tree854c745be51c06a2c0a75321441bca9fcf4a8b39 /widgets/misc/e-cell-date-edit.c
parent84779196fa3510e4d2fbf53b7a2dfcc1575b39c4 (diff)
downloadgsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar.gz
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar.bz2
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar.lz
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar.xz
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.tar.zst
gsoc2013-evolution-f210c6ef1e5425c4c23b34f2e6b81f63c7b68c61.zip
Fix for bug 347430
svn path=/trunk/; revision=32603
Diffstat (limited to 'widgets/misc/e-cell-date-edit.c')
-rw-r--r--widgets/misc/e-cell-date-edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-cell-date-edit.c b/widgets/misc/e-cell-date-edit.c
index df28d671ed..8eed38e7f1 100644
--- a/widgets/misc/e-cell-date-edit.c
+++ b/widgets/misc/e-cell-date-edit.c
@@ -887,6 +887,7 @@ e_cell_date_edit_update_cell (ECellDateEdit *ecde,
if (strcmp (old_text, text)) {
e_cell_text_set_value (ecell_text, ecv->e_table_model,
ecol->col_idx, ecp->popup_row, text);
+ e_cell_leave_edit (ecv, ecp->popup_view_col, ecol->col_idx, ecp->popup_row, NULL);
}
e_cell_text_free_text (ecell_text, old_text);