diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-01-03 21:23:06 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-03 21:23:06 +0800 |
commit | f98037abb5e435031aea67a11fe86d335cc63b59 (patch) | |
tree | 2aaa2d717fa0db4845546163f90180c6e6cec60c /calendar/gui | |
parent | 6cf9a97579df7e95363088485a2e6f2b833ba975 (diff) | |
download | gsoc2013-evolution-f98037abb5e435031aea67a11fe86d335cc63b59.tar.gz gsoc2013-evolution-f98037abb5e435031aea67a11fe86d335cc63b59.tar.zst gsoc2013-evolution-f98037abb5e435031aea67a11fe86d335cc63b59.zip |
Refix the last patch
2008-01-03 Srinivasa Ragavan <sragavan@novell.com>
* gui/memos-component.c: (create_new_memo): Refix the last patch
svn path=/trunk/; revision=34755
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/memos-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c index 3c57846972..2aa4d7313e 100644 --- a/calendar/gui/memos-component.c +++ b/calendar/gui/memos-component.c @@ -1013,7 +1013,7 @@ create_new_memo (MemosComponent *memo_component, gboolean is_assigned, MemosComp editor = memo_editor_new (ecal, flags); comp = cal_comp_memo_new_with_defaults (ecal); - if (component_view->memos) + if (component_view) g_signal_connect (editor, "object_created", G_CALLBACK (object_created_cb), e_memos_get_calendar_table (component_view->memos)); comp_editor_edit_comp (COMP_EDITOR (editor), comp); |