aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 23:05:03 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 23:05:03 +0800
commitd5ce44bd78a6e5f9d722d299bc983928c10f160f (patch)
treecbb907262f76347d05a315a6ace7612e4579a05c /calendar/ChangeLog
parentc1cfb3197a6378341e6bdfb2c69ecd6621ca0c96 (diff)
downloadgsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.gz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.bz2
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.lz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.xz
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.tar.zst
gsoc2013-evolution-d5ce44bd78a6e5f9d722d299bc983928c10f160f.zip
Fix an unused variable
* gui/alarm-notify/alarm-queue.c (on_dialog_obj_updated_cb): Fix an unused variable * gui/calendar-commands.c (purge_cmd): Fix warnings. * gui/calendar-config.h: s/confirm_expunge/confirm_purge/ to match the actual functions * gui/control-factory.c: add some missing #includes * gui/dialogs/delete-comp.c (delete_component_dialog): Fix a warning * gui/e-itip-control.c (write_label_piece): Remove unused variable. * gui/print.c (print_calendar): Remove unused variable (print_comp): Likewise. * gui/tasks-control.c (confirm_purge): Fix warnings. (print_tasks): Remove unused variable. svn path=/trunk/; revision=21905
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 18949f15ba..06fdce3d40 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,26 @@
+2003-07-23 Dan Winship <danw@ximian.com>
+
+ * gui/alarm-notify/alarm-queue.c (on_dialog_obj_updated_cb): Fix
+ an unused variable
+
+ * gui/calendar-commands.c (purge_cmd): Fix warnings.
+
+ * gui/calendar-config.h: s/confirm_expunge/confirm_purge/ to match
+ the actual functions
+
+ * gui/control-factory.c: add some missing #includes
+
+ * gui/dialogs/delete-comp.c (delete_component_dialog): Fix a
+ warning
+
+ * gui/e-itip-control.c (write_label_piece): Remove unused variable.
+
+ * gui/print.c (print_calendar): Remove unused variable
+ (print_comp): Likewise.
+
+ * gui/tasks-control.c (confirm_purge): Fix warnings.
+ (print_tasks): Remove unused variable.
+
2003-07-23 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-day-view.h: