diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-04 00:19:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-04 00:19:56 +0800 |
commit | 71caf4dc6860052198ff51c64937843bf6048fa8 (patch) | |
tree | 99fe98035c2ebfd1bb548a184fa216905ae87731 /calendar/gui | |
parent | 75be12445f9ffea3983c620c456a63097b393e16 (diff) | |
download | gsoc2013-evolution-71caf4dc6860052198ff51c64937843bf6048fa8.tar.gz gsoc2013-evolution-71caf4dc6860052198ff51c64937843bf6048fa8.tar.zst gsoc2013-evolution-71caf4dc6860052198ff51c64937843bf6048fa8.zip |
update the internal client when it changes.
2004-06-03 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/comp-editor-page.c
(comp_editor_page_notify_client_changed): update the internal client
when it changes.
svn path=/trunk/; revision=26174
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/comp-editor-page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor-page.c b/calendar/gui/dialogs/comp-editor-page.c index 44e89a3b14..be96f161a0 100644 --- a/calendar/gui/dialogs/comp-editor-page.c +++ b/calendar/gui/dialogs/comp-editor-page.c @@ -436,6 +436,7 @@ comp_editor_page_notify_client_changed (CompEditorPage *page, gtk_signal_emit (GTK_OBJECT (page), comp_editor_page_signals[CLIENT_CHANGED], client); + comp_editor_page_set_e_cal (page, client); } /** |