aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.c
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-20 04:45:22 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-20 04:45:22 +0800
commit68c272f8674a2c80dfaf049d5bcfb1fea1c16139 (patch)
treec515b0c1d3d8ef00501e77a317633ed8e3b840cc /calendar/gui/event-editor.c
parent172f70c6412b2af09ad400d3d4da39537866c466 (diff)
downloadgsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar.gz
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar.bz2
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar.lz
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar.xz
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.tar.zst
gsoc2013-evolution-68c272f8674a2c80dfaf049d5bcfb1fea1c16139.zip
*** empty log message ***
svn path=/trunk/; revision=6050
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r--calendar/gui/event-editor.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index 57242978e8..97e98db1b4 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -860,6 +860,16 @@ fill_widgets (EventEditor *ee)
cal_component_free_exdate_list (list);
}
+
+/* Tell the event editor to reread its widget values from the associated
+ CalComponent object. If one changes the CalComponent through a means other
+ than the GUI, one should call this function. */
+void
+event_editor_update_widgets (EventEditor *ee)
+{
+ fill_widgets (ee);
+}
+
/* Decode the radio button group for classifications */