[evolution-patches] warning patch
- From: Rodrigo Moya <rodrigo ximian com>
- To: Evolution Patches <evolution-patches ximian com>
- Subject: [evolution-patches] warning patch
- Date: 18 Jun 2003 17:40:58 +0200
? gui/alarm-notify/alarm-notify.gladep
? gui/dialogs/alarm-options.gladep
? gui/dialogs/alarm-page.gladep
? gui/dialogs/cal-prefs-dialog.gladep
? gui/dialogs/e-delegate-dialog.gladep
? gui/dialogs/event-page.gladep
? gui/dialogs/meeting-page.gladep
? gui/dialogs/recurrence-page.gladep
? gui/dialogs/schedule-page.gladep
? gui/dialogs/task-details-page.gladep
? gui/dialogs/task-page.gladep
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1792
diff -u -p -r1.1792 ChangeLog
--- ChangeLog 12 Jun 2003 11:16:33 -0000 1.1792
+++ ChangeLog 18 Jun 2003 15:42:43 -0000
@@ -1,3 +1,8 @@
+2003-06-16 Rodrigo Moya <rodrigo ximian com>
+
+ * gui/dialogs/comp-editor.c (make_title_from_comp): removed unused
+ variable.
+
2003-06-10 Rodrigo Moya <rodrigo ximian com>
Fixes #41582
Index: gui/dialogs/comp-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/comp-editor.c,v
retrieving revision 1.77
diff -u -p -r1.77 comp-editor.c
--- gui/dialogs/comp-editor.c 18 May 2003 13:46:44 -0000 1.77
+++ gui/dialogs/comp-editor.c 18 Jun 2003 15:42:43 -0000
@@ -784,7 +784,7 @@ comp_editor_get_cal_client (CompEditor *
static char *
make_title_from_comp (CalComponent *comp)
{
- char *title, *title_utf8;
+ char *title;
const char *type_string;
CalComponentVType type;
CalComponentText text;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]