aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2004-05-10 22:12:07 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-05-10 22:12:07 +0800
commitb14d9b05bb3a1836083e07482ea0fe9fbfd8cadf (patch)
treefe8d111a32a0c5eb4076d879dfd2e6fdc0d7b8db /calendar/ChangeLog
parentc353f10796a330fa72bf5b92da4e777917c67e57 (diff)
downloadgsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar.gz
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar.bz2
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar.lz
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar.xz
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.tar.zst
gsoc2013-evolution-b14d9b05bb3a1836083e07482ea0fe9fbfd8cadf.zip
Include gtkhbox.h and gtkvbox.h to fix implicit declaration Cast GTK_ENTRY
2004-05-10 Trent Lloyd <lathiat@bur.st> * gui/dialogs/select-source-dialog.c: Include gtkhbox.h and gtkvbox.h to fix implicit declaration * gui/dialogs/meeting-page.c: (get_current_page) Cast GTK_ENTRY from GTK_COMBO to fix compiler warning * gui/dialogs/cal-prefs-dialog.c: Remove lvalue casts, produces compiler warnings and are not necessary svn path=/trunk/; revision=25840
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 914da1c7a8..d370f69003 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-10 Trent Lloyd <lathiat@bur.st>
+
+ * gui/dialogs/select-source-dialog.c: Include gtkhbox.h and gtkvbox.h
+ to fix implicit declaration
+ * gui/dialogs/meeting-page.c: (get_current_page) Cast GTK_ENTRY from
+ GTK_COMBO to fix compiler warning
+ * gui/dialogs/cal-prefs-dialog.c: Remove lvalue casts, produces
+ compiler warnings and are not necessary
+
2004-05-07 JP Rosevear <jpr@ximian.com>
Fixes #52294