aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/meeting-time-sel
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-03-30 03:01:55 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-03-30 03:01:55 +0800
commit66ea496ff34fcc662e581eea5a70325ac0e570ab (patch)
tree2b0ea7ac49f7ea54e7fbf61c4bb70fe8c8f86988 /widgets/meeting-time-sel
parentd6f661cd37f86e4dc61e486ae84e702b84d8d1cb (diff)
downloadgsoc2013-evolution-66ea496ff34fcc662e581eea5a70325ac0e570ab.tar.gz
gsoc2013-evolution-66ea496ff34fcc662e581eea5a70325ac0e570ab.tar.zst
gsoc2013-evolution-66ea496ff34fcc662e581eea5a70325ac0e570ab.zip
s/#include/#ifdef/ to fix Kjartan's commit.
2001-03-29 Larry Ewing <lewing@ximian.com> * e-meeting-time-sel-list-item.c: s/#include/#ifdef/ to fix Kjartan's commit. svn path=/trunk/; revision=9020
Diffstat (limited to 'widgets/meeting-time-sel')
-rw-r--r--widgets/meeting-time-sel/ChangeLog5
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel-list-item.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/widgets/meeting-time-sel/ChangeLog b/widgets/meeting-time-sel/ChangeLog
index a6c103fcf3..dc3a1039a4 100644
--- a/widgets/meeting-time-sel/ChangeLog
+++ b/widgets/meeting-time-sel/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-29 Larry Ewing <lewing@ximian.com>
+
+ * e-meeting-time-sel-list-item.c: s/#include/#ifdef/ to fix
+ Kjartan's commit.
+
2001-03-29 Kjartan Maraas <kmaraas@gnome.org>
* e-meeting-time-sel-item.c: #ifdef HAVE_CONFIG_H
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
index cac98b9bec..012763f152 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
+++ b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.c
@@ -28,7 +28,7 @@
* column.
*/
-#include HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
8af7e6031c1d3514b'>Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * Remove stale mastersite.linimon2004-06-251-2/+1 * Add size data.trevor2004-03-181-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 0.3.4.adamw2003-10-272-2/+2 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2 * chase lib version change of multimedia/xmmsedwin2003-09-081-1/+1 * Update to 0.3.2pat2003-04-263-3/+19 * Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1 * Use USE_GNOMENG.marcus2002-08-311-1/+2 * Chase xmms shared library version bump.sobomax2002-01-141-1/+1 * Maintainer is now committer so change to new email address.pat2001-11-151-1/+1 * Chase increased version number of libxmms.sobomax2001-06-211-1/+1 * Fix distinfo missed in commit of ports/27974.dannyboy2001-06-181-1/+1 * - Update port to version 0.2.9lioux2001-06-101-2/+2 * - Update xmms-crossfade 0.2.7 => 0.2.8ijliao2001-05-204-2/+12 * o Update port to version 0.2.7lioux2001-05-03