diff options
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r-- | calendar/gui/event-editor.c | 10 |
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 */ |