aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@src.gnome.org>2003-12-06 00:04:17 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-06 00:04:17 +0800
commit28d6afea597f3eaaa28915f6e9694814290adc8a (patch)
treec8cae75e32652d319b5b1ed781f7c1cac75f05d8
parent27ad202daa26092ee590992b5909f321e8542563 (diff)
downloadgsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar.gz
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar.bz2
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar.lz
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar.xz
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.tar.zst
gsoc2013-evolution-28d6afea597f3eaaa28915f6e9694814290adc8a.zip
*** empty log message ***
svn path=/trunk/; revision=23650
-rw-r--r--calendar/gui/dialogs/comp-editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h
index 67684c0806..48b332ce4b 100644
--- a/calendar/gui/dialogs/comp-editor.h
+++ b/calendar/gui/dialogs/comp-editor.h
@@ -78,12 +78,12 @@ void comp_editor_remove_page (CompEditor *editor,
CompEditorPage *page);
void comp_editor_show_page (CompEditor *editor,
CompEditorPage *page);
-void comp_editor_set_e_cal (CompEditor *editor,
+void comp_editor_set_e_cal (CompEditor *editor,
ECal *client);
-ECal *comp_editor_get_e_cal (CompEditor *editor);
+ECal *comp_editor_get_e_cal (CompEditor *editor);
void comp_editor_edit_comp (CompEditor *ee,
ECalComponent *comp);
-ECalComponent *comp_editor_get_comp (CompEditor *editor);
+ECalComponent *comp_editor_get_comp (CompEditor *editor);
ECalComponent *comp_editor_get_current_comp (CompEditor *editor);
gboolean comp_editor_save_comp (CompEditor *editor,
gboolean send);