aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-page.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2009-03-05 18:29:43 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2009-03-05 18:29:43 +0800
commitf04e4e06d22dc1ab0dd25501d9199d7e5014dbf9 (patch)
treed20f3cf8250c50090453d359ed6972fe96f0f3e3 /calendar/gui/dialogs/memo-page.c
parentb8301aa653a2ce7cbe3785f175b85a7f32e67be7 (diff)
downloadgsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.gz
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.bz2
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.lz
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.xz
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.c2
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);