diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-09-01 16:17:29 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-09-01 16:17:29 +0800 |
commit | d3ffd6b30b7eb1a03e928e0a2aedd65e3fa6cb3c (patch) | |
tree | 06292fa795a5416995b198df3f2a0b78078bed42 /calendar/gui | |
parent | e6d012c0a2e6d6c29af46ddbb44e5db6bdddaf5d (diff) | |
download | gsoc2013-evolution-d3ffd6b30b7eb1a03e928e0a2aedd65e3fa6cb3c.tar.gz gsoc2013-evolution-d3ffd6b30b7eb1a03e928e0a2aedd65e3fa6cb3c.tar.zst gsoc2013-evolution-d3ffd6b30b7eb1a03e928e0a2aedd65e3fa6cb3c.zip |
Fixes #353763
svn path=/trunk/; revision=32711
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/memo-page.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index 38df8901d0..487bfcce02 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -293,6 +293,8 @@ sensitize_widgets (MemoPage *mpage) if (COMP_EDITOR_PAGE (mpage)->flags & COMP_EDITOR_IS_SHARED) sens = COMP_EDITOR_PAGE (mpage)->flags & COMP_EDITOR_PAGE_USER_ORG; + else + sens = TRUE; sensitize = (!read_only && sens); |