diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
commit | f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9 (patch) | |
tree | d20f3cf8250c50090453d359ed6972fe96f0f3e3 /calendar/gui/dialogs/memo-page.c | |
parent | b8301aa653a2ce7cbe3785f175b85a7f32e67be7 (diff) | |
download | gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.gz gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.zst gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.zip |
Fixes #435455 (bnc)
svn path=/trunk/; revision=37375
Diffstat (limited to 'calendar/gui/dialogs/memo-page.c')
-rw-r--r-- | calendar/gui/dialogs/memo-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index 362a8b0e9a..9277a3c111 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -262,7 +262,7 @@ memo_page_fill_widgets (CompEditorPage *page, else string = g_strdup (strip); - if (itip_organizer_is_user (comp, client) || itip_sentby_is_user (comp)) { + if (itip_organizer_is_user (comp, client) || itip_sentby_is_user (comp, client)) { gtk_entry_set_text (GTK_ENTRY (GTK_COMBO (priv->org_combo)->entry), string); } else { list = g_list_append (list, string); |