diff options
Diffstat (limited to 'calendar/gui/dialogs/save-comp.c')
-rw-r--r-- | calendar/gui/dialogs/save-comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/save-comp.c b/calendar/gui/dialogs/save-comp.c index 08736ff7b1..7ea90d5a7b 100644 --- a/calendar/gui/dialogs/save-comp.c +++ b/calendar/gui/dialogs/save-comp.c @@ -30,11 +30,11 @@ /** * save_component_dialog: * @parent: Window to use as the transient dialog's parent. - * @comp: Pointer to the EcalComponent + * @comp: Pointer to the EcalComponent * * Pops up a dialog box asking the user whether he wants to save changes for * a calendar component. - * + * * Return value: the response_id of the button selected. **/ |