aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-05 04:53:34 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-05 04:53:34 +0800
commitbfd9d779dfad5b7c64f4ce47cbdd214f1a7a5b85 (patch)
tree0ba9defdd5d3d2eba4ff13a6381bd90b9af81688
parent0e7ec05e9af322c8d60fc3a67f85bdc831169c43 (diff)
downloadgsoc2013-evolution-bfd9d779dfad5b7c64f4ce47cbdd214f1a7a5b85.tar.gz
gsoc2013-evolution-bfd9d779dfad5b7c64f4ce47cbdd214f1a7a5b85.tar.zst
gsoc2013-evolution-bfd9d779dfad5b7c64f4ce47cbdd214f1a7a5b85.zip
Fix headers. Same here. Same here. Same here.
2001-04-04 Kjartan Maraas <kmaraas@gnome.org> * e-meeting-time-sel-item.c: Fix headers. * e-meeting-time-sel-list-item.c: Same here. * e-meeting-time-sel.[ch]: Same here. * test-meeting-time-sel.c: Same here. svn path=/trunk/; revision=9186
-rw-r--r--widgets/meeting-time-sel/ChangeLog7
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel-item.c3
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel-list-item.c1
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel.c1
-rw-r--r--widgets/meeting-time-sel/e-meeting-time-sel.h3
-rw-r--r--widgets/meeting-time-sel/test-meeting-time-sel.c7
6 files changed, 22 insertions, 0 deletions
diff --git a/widgets/meeting-time-sel/ChangeLog b/widgets/meeting-time-sel/ChangeLog
index dc3a1039a4..1422347d2e 100644
--- a/widgets/meeting-time-sel/ChangeLog
+++ b/widgets/meeting-time-sel/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-04 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-meeting-time-sel-item.c: Fix headers.
+ * e-meeting-time-sel-list-item.c: Same here.
+ * e-meeting-time-sel.[ch]: Same here.
+ * test-meeting-time-sel.c: Same here.
+
2001-03-29 Larry Ewing <lewing@ximian.com>
* e-meeting-time-sel-list-item.c: s/#include/#ifdef/ to fix
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel-item.c b/widgets/meeting-time-sel/e-meeting-time-sel-item.c
index 92d45f5aa8..d5312ec34b 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel-item.c
+++ b/widgets/meeting-time-sel/e-meeting-time-sel-item.c
@@ -34,6 +34,9 @@
#endif
#include <time.h>
+#include <glib.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h>
#include "e-meeting-time-sel-item.h"
#include "e-meeting-time-sel.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 012763f152..fd070c96eb 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
@@ -33,6 +33,7 @@
#endif
#include <time.h>
+#include <gtk/gtksignal.h>
#include <gal/widgets/e-canvas.h>
#include "e-meeting-time-sel-list-item.h"
#include "e-meeting-time-sel.h"
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel.c b/widgets/meeting-time-sel/e-meeting-time-sel.c
index 4e66cdfeec..9dbd2b28ef 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel.c
+++ b/widgets/meeting-time-sel/e-meeting-time-sel.c
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
+#include <gdk/gdkkeysyms.h>
#include <gtk/gtkalignment.h>
#include <gtk/gtkarrow.h>
#include <gtk/gtkbutton.h>
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel.h b/widgets/meeting-time-sel/e-meeting-time-sel.h
index 70a888b7a1..0cfe7685b4 100644
--- a/widgets/meeting-time-sel/e-meeting-time-sel.h
+++ b/widgets/meeting-time-sel/e-meeting-time-sel.h
@@ -24,7 +24,10 @@
#ifndef _E_MEETING_TIME_SELECTOR_H_
#define _E_MEETING_TIME_SELECTOR_H_
+#include <glib.h>
+#include <gtk/gtkaccelgroup.h>
#include <gtk/gtktable.h>
+#include <gtk/gtkwidget.h>
#include <libgnomeui/gnome-canvas.h>
#include <gal/e-text/e-text.h>
diff --git a/widgets/meeting-time-sel/test-meeting-time-sel.c b/widgets/meeting-time-sel/test-meeting-time-sel.c
index b9053ee1a2..0a25fcc07f 100644
--- a/widgets/meeting-time-sel/test-meeting-time-sel.c
+++ b/widgets/meeting-time-sel/test-meeting-time-sel.c
@@ -26,6 +26,13 @@
#include <config.h>
#endif
+#include <time.h>
+#include <gtk/gtkmain.h>
+#include <gdk_imlib.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnomeui/gnome-dialog.h>
+#include <libgnomeui/gnome-init.h>
+#include <libgnomeui/gnome-stock.h>
#include "e-meeting-time-sel.h"
void add_random_attendee_test_data (EMeetingTimeSelector *mts);
:44:01 +0800'>2009-02-034-8/+2 * - Update download locations, update WWWpgollucci2009-02-012-2/+2 * - Update download locationpav2009-02-011-2/+2 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-244-5/+6 * - add LICENSE:dinoex2009-01-172-0/+4 * - Unbreak after p5-bioperl changed portrevisionpav2009-01-161-1/+1 * - Update to 3.0.3miwi2009-01-156-57/+122 * Fix plist with perl 5.8.9.tobez2009-01-141-1/+2 * - Chase math/gsl slib bumpmiwi2009-01-131-2/+2 * - Unbreak distinfo after portrevision bumppav2009-01-102-4/+3 * Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-085-4/+5 * - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-066-31/+1 * - Update to 4.2miwi2008-12-262-4/+4 * Update to 1.92pgollucci2008-12-242-4/+4 * - Mark as brokenwxs2008-12-171-0/+2 * - update to 1.10leeym2008-12-113-14/+21 * Reset nemoliu due to maintainer-timeouts and no response to email.linimon2008-12-081-1/+1 * - Roll back to 4.6 as 4.7 is the development version and is constantly beingwxs2008-11-115-110/+117 * Mark as broken since it has been re-rolled for the 4th(?) time.wxs2008-11-081-0/+2 * Distfile was re-rolled. The changes were to fix some bugs in the code.wxs2008-11-073-10/+13 * Update to 4.7wxs2008-11-058-140/+309 * - Update to 2.8.1amdmi32008-10-234-150/+40 * - Unbreakrafan2008-10-213-7/+42 * - Update to 1.48miwi2008-10-113-19/+16 * - Update to 4.1miwi2008-09-303-8/+13 * - Respect PORTDOCS/PORTEXAMPLESgahr2008-09-092-188/+186 * Reset sf@slappy.org due to maintainer-timeouts and no response to email.linimon2008-09-031-1/+1 * - Fix buildgahr2008-08-281-2/+2 * - Update to 3.68gahr2008-08-272-6/+5 * Add -lf2c, this is the correct dependency. Bump portrevision.maho2008-08-232-0/+9 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-214-5/+0 * Unbreak building for 8-x.bsam2008-08-162-4/+114 * - update PORTSCOUTdinoex2008-08-131-1/+3 * - Update to 1.47miwi2008-08-123-53/+92 * - Update to 2.1.3pgollucci2008-08-013-4/+5 * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-252-2/+0 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-253-3/+5 * - Delete biology/nab port after being marked DEPRECATED for three monthspav2008-07-2415-1093/+0 * Update my ports to my freebsd addresspgollucci2008-07-232-2/+2 * - respect NOPORTEXAMPLES/NOPORTDOCS and fix plistitetcu2008-07-122-14/+15 * - Update to 2.1.2c.araujo2008-07-122-5/+5 * - extened PORTSCOUTdinoex2008-07-091-1/+1 * - Mark BROKEN: missing cpan dependency (interactive loop)pav2008-07-081-0/+2 * - Bump portrevision after openbabel updatebeech2008-07-071-1/+1 * - Update to 1.5.2.lippe2008-07-074-1355/+1063 * - Update to 1.45beech2008-07-043-26/+79 * - extend PORTSCOUTdinoex2008-06-241-1/+1 * - Fix plist files installation.lippe2008-06-211-1/+2 * SSAHA is a software tool for very fast matching and alignment of DNAlippe2008-06-2136-0/+1362 * - Fix fetch, update WWWpav2008-06-192-2/+2 * - Fix build dependsgahr2008-06-091-0/+3 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0613-11/+13 * - Update to 3.67gahr2008-06-042-12/+7 * - cleanup FreeBSD 5.xdinoex2008-06-021-7/+1 * - Update to 1.09miwi2008-05-312-4/+4 * Teach the building cluster that these ports are not to be buildedwin2008-05-264-0/+12 * New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-249-0/+221 * New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-244-0/+22 * New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-242-0/+49 * New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-249-0/+1174 * Update to 1.08mat2008-05-232-4/+4 * - Update MASTER_SITES and WWW: linemiwi2008-05-224-61/+46 * - Include some ports in perl5 category.araujo2008-05-191-1/+1 * - Update maintainer's email addresspav2008-05-183-3/+3 * - Try to fix fetchpav2008-05-181-0/+2 * Update to 1.23erwin2008-05-152-4/+4 * NJplot is a tree drawing program able to draw any phylogenetic tree expressedpav2008-05-145-0/+145 * MUSCLE is multiple alignment software for protein and nucleotide sequences.pav2008-05-147-0/+232 * - add PORTSCOUTdinoex2008-05-041-0/+2 * Update to version 34.okazaki2008-05-012-11/+5 * - update to 0.8.2dinoex2008-04-309-456/+205 * - Update to 2.0.6miwi2008-04-292-5/+5 * Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1 * - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of sy...pav2008-04-261-0/+4 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2019-50/+43 * implement @dirrmtry macro for the pkg-plistedwin2008-04-191-1/+1 * - Update mastersite.jmelo2008-04-181-1/+2 * - Replace SF with second working master sitepav2008-04-181-1/+1 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-176-10/+6 * - It seems that upstream removes their distfiles from sourceforge, so addrafan2008-04-171-1/+2 * - Update to 5.0.0rafan2008-04-1317-6851/+707 * - Sort pkg-plist before updating to 5.0.0rafan2008-04-131-888/+888 * Change maintainers e-mail address.ehaupt2008-04-111-2/+2 * - Update to 35.3.6clsung2008-04-102-5/+5 * - Chase the gsl shared lib bump.jadawin2008-04-081-2/+2 * - Update maintainer's emailrafan2008-04-061-3/+5 * MAPMAKER/EXP is a linkage analysis package designed to help construct primaryrafan2008-04-0628-0/+1101 * - Update to 5.68rafan2008-04-053-10/+10 * - Update to 1.1.3pav2008-04-053-185/+203 * - Chase fasta3 updatepav2008-04-021-1/+1 * - Update to 35.3.5rafan2008-03-303-53/+49 * - Fix build with GCC 4.2gahr2008-03-292-5/+18 * - Add missing dependensmiwi2008-03-271-1/+3 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-6/+3 * - Remove USE_X_PREFIXbeech2008-03-222-4/+2 * - Update to 2.0.5jadawin2008-03-191-5/+10 * - Update to version 2.0.5jadawin2008-03-192-21/+10 * - Update to 1.07miwi2008-03-122-4/+4 * Fix pkg-plistmaho2008-03-101-0/+142 * Update to 1.0r2.maho2008-03-076-955/+636 * - File was rerolled for a small bugfix.miwi2008-02-273-3/+16 * - Restore clustalw symlink, other ports rely on itpav2008-02-271-1/+5 * - Update to 2.4.3miwi2008-02-262-4/+4 * - Update to 2.0.3pav2008-02-266-61/+8 * Umark BROKEN, stale distfile removed from ftp-master.erwin2008-01-271-2/+0 * - Update to 2.4.2 (fix fetch problems)miwi2008-01-262-4/+4 * Mark BROKEN: does not fetcherwin2008-01-261-0/+2 * - Update to 2.4.1miwi2008-01-214-15/+46 * Fix build on !i386arved2008-01-041-9/+5 * - Update to 2.0pav2007-12-1615-406/+60 * MrBayes is a program for the Bayesian estimation of phylogeny.miwi2007-12-155-0/+60 * MUMmer is a modular system for the rapid whole genome alignment of finishedmiwi2007-12-155-0/+79 * - Mark BROKEN outside i386: does not compilepav2007-12-051-0/+4 * - Allow build with AMD64miwi2007-10-292-2/+5 * - Update to 1.1.0clsung2007-10-243-74/+86 * - Update to 2.1.2bmiwi2007-10-245-37/+20 * Migration from bison 1.x to 2.xade2007-10-171-1/+2 * - Update to 2.1miwi2007-10-087-18/+196 * - Sort category Makefilessat2007-10-061-2/+2 * - Fix typo in WWWpav2007-10-041-1/+1 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-1/+1 * Mark as broken on gcc4.2.linimon2007-10-021-1/+7 * Mark as broken with gcc4.2.linimon2007-10-021-0/+4 * biology/linux-foldingathome needs to run as root?edwin2007-09-233-6/+8 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-087-39/+5 * - Update to 1.06miwi2007-09-072-12/+5 * - Update to version 2.3itetcu2007-09-034-46/+57 * - Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmwrafan2007-09-021-2/+2 * Replace IGNORE with ONLY_FOR_ARCHS for this binary port.kris2007-08-091-9/+2 * Fix pkg-plistlme2007-08-031-0/+1 * Update to 2.0.10lme2007-08-014-22/+22 * - cleanup after gnustep-make-2.0.1dinoex2007-07-231-1/+0 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-7/+2 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+2 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-122-9/+2 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-5/+1 * - Runs on 7.0-CURRENT with compat6xpav2007-07-081-0/+4 * - Update to version 9rafan2007-07-083-1313/+1505 * dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-064-6/+6 * chase math/gsl lib versionijliao2007-06-291-2/+2 * Bump to v0.16.aaron2007-06-203-6/+53 * - Fix the build with GCC 4.2danfe2007-06-192-7/+32 * - Fix typos.miwi2007-05-311-3/+3 * - Update to 1.43miwi2007-05-304-92/+167 * BROKEN: Unfetchablekris2007-05-271-0/+2 * BROKEN with gcc 4.2kris2007-05-271-1/+7 * - update for gnustep-make-2.0.0dinoex2007-05-252-71/+79 * - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1 * swap MASTER_SITES to improve fetchiness on pointyhat which is blocked from da...edwin2007-05-251-4/+2 * BROKEN: Unfetchablekris2007-05-251-0/+2 * - Chase openbabel updatepav2007-05-251-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-2035-20/+40 * [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+2 * [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1 * [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-6/+2 * [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1 * Use my @FreeBSD.org address.nemoliu2007-04-301-1/+1 * - Update to 4.5clsung2007-04-243-14/+13 * - Unbreakmiwi2007-04-211-3/+3 * BROKEN: Unfetchablekris2007-04-201-0/+2 * [patch] cleanup non-supported FreeBSD versionsedwin2007-04-173-41/+1 * Remove always-true condition due to OSVERSIONedwin2007-04-161-1/+1 * - Remove unreachable OSVERSION code.edwin2007-04-161-13/+9 * - Fix after objformat removalpav2007-03-291-0/+3 * - Update to 1.5-beta2miwi2007-03-273-13/+14 * - MASTER_SITE is back, remove BROKENgabor2007-03-171-2/+0 * Reset razi@genet.sickkids.on.ca due to maintainer-timeouts and no response tolinimon2007-03-141-1/+1 * Reset dbader@eece.unm.edu due to maintainer-timeouts.linimon2007-03-111-1/+1 * Reset dbader@eece.unm.edu due to maintainer-timeout. While here, fix fetch.linimon2007-03-111-2/+2 * Reset chuynh@biolateral.com.au: address bounces.linimon2007-03-112-2/+2 * - Update to 4.96miwi2007-03-093-10/+143 * - Update to 34.26.2miwi2007-03-092-8/+6 * - Release distfile was renamed.miwi2007-03-082-5/+5 * BROKEN: Unfetchablekris2007-02-271-0/+2 * - mark ignore on FreeBSD 5.xdinoex2007-02-191-1/+7 * Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-111-0/+2 * Update to 0.99rc6.maho2007-02-092-5/+5 * BROKEN: Does not buildkris2007-02-051-0/+2 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * - add category gnustepdinoex2007-02-012-2/+2 * Build fix.maho2007-01-291-1/+2 * Update to 3.66itetcu2007-01-282-4/+4 * Fix master sites, un-deprecate and update biology/recombine to 1.41.vd2007-01-254-86/+19 * Remove expired leaf port:vd2007-01-256-78/+0 * Get rid of biology/coalesce dependency, it is deprecated and will be removedvd2007-01-251-2/+2 * Fix master site and un-deprecatevd2007-01-251-4/+1 * - Fix typomiwi2007-01-231-1/+1 * - Project moves to a new home. Change MASTER_SITES and WWWrafan2007-01-232-2/+2 * Fix build.maho2007-01-191-1/+1 * Forgot to commit a patch. Fixes build.maho2007-01-191-0/+20 * * Migrate to gfortran.maho2007-01-172-13/+11 * . change dependencies: shells/bash2 -> shells/bash;bsam2007-01-171-1/+2 * * Migrate to gfortran.maho2007-01-161-5/+4 * - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+3 * * Migrate to gfortran.maho2007-01-122-2/+7 * Using gfortran42 only. not using gcc42.maho2007-01-121-3/+5 * Using only gfortran42. not gcc42.maho2007-01-122-6/+10 * * Add dummy knob WANT_FORTRAN for future gfortranmaho2007-01-092-127/+147 * migrated to gfortran.maho2007-01-091-0/+3 * Migrated to gfortran.maho2007-01-093-6/+13 * The BioCocoa framework provides developers with the opportunity to adddinoex2006-12-305-0/+45 * - Update to 1.0.1miwi2006-12-303-97/+98 * Update to v0.15aaron2006-12-283-40/+40 * Reset tonymaher@optusnet.com.au due to maintainer-timeouts and no responselinimon2006-12-265-5/+5 * - Update to 5.1.2miwi2006-12-2411-236/+308 * - Update to 1.03rafan2006-12-193-105/+42 * Reset dbader@ece.unm.edu due to timeouts and no response to email.linimon2006-12-132-2/+2 * Reset whitekid@gmail.com after timeouts and no response to email.linimon2006-12-131-1/+1 * - Update to 2.1.3gabor2006-12-104-33/+19 * - Deprecategabor2006-12-103-0/+9 * - Local/Tools/Resources now globaldinoex2006-12-091-1/+0 * - Respect X11BASErafan2006-12-091-0/+5 * - Update to 0.14laszlof2006-12-074-56/+48 * - Mark broken on amd64 < 6. We got followingrafan2006-12-041-0/+4 * Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1 * - Respect X11BASErafan2006-12-031-1/+1 * - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+2 * - Respect X11BASEmiwi2006-11-281-2/+2 * - Update to 1.91rafan2006-11-273-38/+5 * - Upgrade to the latest beta and unbreak;thierry2006-11-22