aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-11-29 05:10:23 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-11-29 05:10:23 +0800
commitea1f540203946579d6f8866d5b3c32bd7a62f54a (patch)
tree0f3c184eca21e4918bda54d4b791822e203106f7 /calendar/gui
parent3b2ee5c24a1572104997120d1c9cd9e758cda7e7 (diff)
downloadgsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar.gz
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar.bz2
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar.lz
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar.xz
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.tar.zst
gsoc2013-evolution-ea1f540203946579d6f8866d5b3c32bd7a62f54a.zip
Removed debugging shizz.
svn path=/trunk/; revision=6701
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-meeting-edit.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/e-meeting-edit.c b/calendar/gui/e-meeting-edit.c
index 80202fd804..b6435a12fc 100644
--- a/calendar/gui/e-meeting-edit.c
+++ b/calendar/gui/e-meeting-edit.c
@@ -592,18 +592,6 @@ send_calendar_info (itip_method_enum method, EMeetingEditorPrivate *priv)
icalcomponent_free (comp);
}
-
- /********
- * This is for debugging.
- ********/
- {
- FILE *fp = fopen ("/home/jpavel/attach_data.icl", "w");
-
- fputs (attach_data, fp);
-
- fclose (fp);
- }
-
GNOME_Evolution_Composer_attachData (composer_server,
content_type, filename, description,
show_inline, attach_data,