aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-29 12:20:16 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-29 12:20:16 +0800
commit919e333a783ac045a45a34ed8efca6fb730ed968 (patch)
tree4f7c493d9510f0cbeff342e0c5282f2183a8a8bb /calendar/gui
parentd082be408a72cd7fae09c6c8ba9a823a53b1edbd (diff)
downloadgsoc2013-evolution-919e333a783ac045a45a34ed8efca6fb730ed968.tar.gz
gsoc2013-evolution-919e333a783ac045a45a34ed8efca6fb730ed968.tar.zst
gsoc2013-evolution-919e333a783ac045a45a34ed8efca6fb730ed968.zip
These are not UTC times
2000-08-29 JP Rosevear <jpr@helixcode.com> * gui/event-editor.c (dialog_to_comp_object): These are not UTC times svn path=/trunk/; revision=5093
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/event-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index d29b67b7fd..260b76d94e 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -951,7 +951,7 @@ dialog_to_comp_object (EventEditor *ee)
date.value = g_new (struct icaltimetype, 1);
t = e_dialog_dateedit_get (priv->start_time);
- *date.value = icaltime_from_timet (t, FALSE, TRUE);
+ *date.value = icaltime_from_timet (t, FALSE, FALSE);
date.tzid = NULL;
cal_component_set_dtstart (comp, &date);
@@ -962,7 +962,7 @@ dialog_to_comp_object (EventEditor *ee)
if (all_day_event)
t = time_day_end (t);
- *date.value = icaltime_from_timet (t, FALSE, TRUE);
+ *date.value = icaltime_from_timet (t, FALSE, FALSE);
cal_component_set_dtend (comp, &date);
g_free (date.value);
ini-1.3.8&id=6370cb910167419eada591b6dd2f149eb892a92c'>Remove explicit dependency on javavmwrapper for ports that USE_JAVAantoine2015-01-241-2/+0 * Remove expired ports:rene2015-01-175-211/+0 * Update to 0.9.0.3, minor bugfixes and new features.shurd2015-01-152-3/+3 * Add missing USE_OPENSSL=yestijl2015-01-151-1/+2 * Horde package update:mm2015-01-122-3/+3 * Fix waterfall display (was previously disabled by the patch).shurd2015-01-122-4/+21 * Update to 3.22.05shurd2015-01-127-38/+5 * - Bump PORTREVISION. lazarus has been updatedacm2015-01-113-17/+34 * Update to 20150110.kevlo2015-01-102-3/+3 * Re-create comms/linpskshurd2015-01-108-0/+173 * Horde package update:mm2015-01-082-3/+3 * Ressurect klog - a simple QSO logger for Amateur radioshurd2015-01-074-0/+33 * Ressurect comms/qtel as a slave port of comms/svxlinkshurd2015-01-074-0/+45 * Update to 14.08shurd2015-01-0728-417/+234 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1 * Update to 3.22.04shurd2015-01-062-4/+3 * Update to 3.6.20shurd2015-01-062-3/+3 * Update to 3.2shurd2015-01-062-3/+3 * Update to 3.4.1, fix pkg-descr URLshurd2015-01-054-6/+6 * Fix build with non-default OPTION owfsriggs2015-01-041-0/+11 * - Update to 2.10.0wen2015-01-036-24/+34 * security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1 * Add support for building with QT4 (but still use QT5 by default)martymac2014-12-311-1/+8 * Update devel/doxygen to 1.8.9antoine2014-12-318-59/+35 * - Update to latest released versiondb2014-12-283-6/+6 * Bump portrevision after png updatebapt2014-12-262-2/+2 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * comms/dcf77pi: update to 3.3.0rene2014-12-252-4/+4 * - Update x11-toolkits/c++-gtk-utils to version 2.2.10pawel2014-12-242-2/+5 * Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1 * Do not hardcode the libpng.pc path eitherbapt2014-12-241-2/+2 * Do not hard code the version of pngbapt2014-12-242-3/+3 * Fix build on FreeBSD 8.x and 9.x by using gmakepawel2014-12-233-3/+67 * Update Gstreamer framework to 1.4.5.kwm2014-12-221-1/+1 * Update to 1.8.2shurd2014-12-216-28/+37 * cleanup plistbapt2014-12-211-1/+0 * The half done helper was not intended revertbapt2014-12-191-1/+1 * Convert to USES=autoreconfbapt2014-12-181-2/+2 * Convert to USES=autoreconfbapt2014-12-181-6/+2 * Convert to USES=autoreconfbapt2014-12-181-5/+2 * Convert to USES=autoreconfbapt2014-12-181-3/+2 * Convert to USES=autoreconfbapt2014-12-181-5/+5 * Horde package update:mm2014-12-182-3/+3 * Fix 41 gstreamer1-plugins- ports that were creating empty packagesantoine2014-12-181-1/+1 * Convert to USES=fakerootbapt2014-12-182-407/+363 * Update py-numpy use in WsprMode/spectjt.py as welldb2014-12-162-5/+15 * Unbreak portdb2014-12-163-6/+60 * - Update comms/spandsp to version 0.0.6 [1]pawel2014-12-167-14/+131 * - Unbreak wsprdb2014-12-153-3/+31 * Unbreak INDEX and ongoing bulks/exp-runsantoine2014-12-132-8/+5 * Update to 0.18.shurd2014-12-123-16/+7 * New port comms/xcwcpshurd2014-12-123-0/+35 * Update to 3.4.0 (build system fixes)shurd2014-12-128-137/+20 * Update to 1.3.18shurd2014-12-122-3/+3 * Disable ALSA test completely. When the ALSA lib wasn't detected, was stillshurd2014-12-102-1/+20 * Horde package update:mm2014-12-092-3/+3 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-096-4/+6 * Update to 4.02 and fix build errors with clang 5shurd2014-12-0812-104/+126 * Update to 20141206.kevlo2014-12-084-59/+14 * Fix bad patch in update. Generated the patch after post-patch (sigh)shurd2014-12-081-2/+2 * Update to 8.2.9shurd2014-12-085-127/+158 * Update to 3.22.02shurd2014-12-073-10/+11 * Update Licensefeld2014-12-051-1/+1 * Import librs232.kevlo2014-12-048-0/+141 * Horde package update:mm2014-12-042-3/+3 * Add patch to fix build for non-gcc i386 platformsshurd2014-12-011-0/+11 * Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1 * Fix build on >= 10.0 by including required headersshurd2014-11-272-0/+21 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2642-38/+31 * Horde package update:mm2014-11-262-3/+3 * Update to 8.2.8shurd2014-11-2419-50/+165 * - Change MAINTAINER on these hamradio ports to new ports group hamradio@db2014-11-2323-23/+23 * - Reset MAINTAINTER to ports group hamradio@ no other changesdb2014-11-231-1/+1 * Horde package update:mm2014-11-222-3/+3 * - Update to latest 3.22.01db2014-11-217-34/+22 * Remove duplicate plistantoine2014-11-161-3/+0 * (Attempt to) fix build on head after removal of @ symlink. (r274184)nox2014-11-151-8/+16 * Cleanup plistantoine2014-11-134-11/+4 * - Don't use a strange prefixantoine2014-11-122-11/+10 * Update to latest (3.1)shurd2014-11-092-4/+4 * - Update to 2.9p8ak2014-11-084-88/+18 * Replace some occurences of mach with PERL_ARCH (and a couple of other small n...mat2014-11-071-1/+1 * Update to 3.6.19.shurd2014-11-073-15/+3 * Fix INDEX after r372179.rakuco2014-11-051-0/+1 * Update Qt5 ports to 5.3.2.rakuco2014-11-052-0/+50 * Horde package update:mm2014-11-052-3/+3 * (Attempt to) fix build on head.nox2014-10-311-0/+20 * Horde package update:mm2014-10-302-3/+3 * Drop maintainership of all remaining ports where I am listed.anders2014-10-301-1/+1 * Mark BROKEN: Fails to configureantoine2014-10-301-0/+2 * comms/gqrx: update 20140313 -> 2.3.1robak2014-10-254-37/+33 * - libirman is no longer only a static lib so move it from build to libnox2014-10-251-3/+3 * Fix compilation after recent numpy patch.demon2014-10-232-0/+2 * Horde package update:mm2014-10-202-3/+3 * Cleanup plistbapt2014-10-20100-591/+17 * Add USES=alias to several portsmarino2014-10-202-2/+2 * KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-193-13/+3 * - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-1910-25/+17 * Ignore on the package builders when the default version of python is differentantoine2014-10-181-0/+4 * - Update to 1.3.17shurd2014-10-182-5/+4 * - modernise Makefile, fix pkg-descrdb2014-10-155-19/+16 * Remove @dirrm/@dirrmty from my portsmartymac2014-10-132-10/+0 * - delete bogus old patchdb2014-10-091-11/+0 * Clean up pkg-plist of my ports.rene2014-10-091-2/+0 * comms/wsjt: switch from py-imaging to py-pillowwg2014-10-091-2/+2 * Fix build with gmake 4.1bapt2014-10-081-0/+1 * - update to the version 4 branchdb2014-10-088-132/+494 * - Remove USE_AUTOTOOLStijl2014-10-052-14/+14 * comms/wspr: switch from py-imaging to py-pillowwg2014-10-042-4/+14 * - Remove :build from USES=libtool because this port does not needtijl2014-10-011-3/+3 * Convert to USES=hordebapt2014-10-012-6/+4 * - Update libplist to 1.11.avilla2014-09-2915-117/+121 * - Don't remove mtree directoryamdmi32014-09-261-1/+0 * - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-2/+4 * comms/libmodbus: strip a library while install and remove @dirrmtry'sbsam2014-09-222-2/+1 * Simplify plistbapt2014-09-221-5/+4 * - Update to version 0.8pawel2014-09-212-5/+5 * Remove expired portsrene2014-09-204-32/+0 * - Update comms/dcf77pi to version 3.2.0rene2014-09-184-27/+6 * Convert to USES=autoreconftijl2014-09-181-4/+2 * Remove old libtool patchtijl2014-09-181-3/+0 * Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-171-1/+2 * comms/spandsp-devel:tijl2014-09-144-16/+9 * Use default LIBTOOLIZE_ARGStijl2014-09-143-3/+0 * devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1 * - Remove USE_AUTOTOOLS=libtooltijl2014-09-121-5/+3 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1122-11/+22 * - Allow staging as a regular userantoine2014-09-102-3/+8 * Horde package update:mm2014-09-092-3/+3 * Allow staging as a regular userantoine2014-09-091-1/+0 * comms/ncid: Upgrade version 0.89 => 1.0marino2014-09-072-7/+9 * Stage comms/pr and assign maintainership to submittermarino2014-09-073-16/+38 * Horde package update:mm2014-09-062-3/+3 * Allow staging as a regular userantoine2014-09-061-1/+1 * Change INSTALL_DATA to install with mode 644antoine2014-09-051-4/+0 * Fix packagingantoine2014-09-032-1/+2 * Switch to USES=python for my portsmartymac2014-09-031-2/+1 * Simplify plistbapt2014-09-031-2/+1 * Replace @exec/unexec by @dirrmtry which does the same jobbapt2014-09-031-2/+1 * Fix packaging as a userbapt2014-09-022-11/+6 * Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-0/+1 * Remove non staged ports without pending PR from c*bapt2014-09-0111-336/+0 * - Update to 3.7.4db2014-09-0116-814/+991 * math/fftw3:tijl2014-09-018-6/+8 * - Switch comms/spandsp-devel to USES=libtool, drop .la filesamdmi32014-08-272-7/+5 * - Switch to USES=libtool, drop .la filesamdmi32014-08-272-3/+6 * Horde package update:mm2014-08-272-3/+3 * - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-1/+1 * - Update MAINTAINERsunpoet2014-08-231-1/+1 * Fix up missed or botched PORTREVISION bumps from r365599.mandree2014-08-221-0/+1 * Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-222-3/+4 * Allow staging as a regular userantoine2014-08-221-0/+2 * Horde package update:mm2014-08-212-3/+3 * - Drop .la files, no dependees require themamdmi32014-08-212-4/+2 * - Drop .la files, no dependees require themamdmi32014-08-202-3/+2 * many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-0/+3 * Convert most NO_INSTALL_MANPAGES to USES=imake:nomanantoine2014-08-191-7/+1 * math/gsl:tijl2014-08-171-1/+1 * Fix build on -current.adamw2014-08-171-3/+12 * Add new port comms/owfsmarino2014-08-166-0/+386 * Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1 * - Switch comms/libmodbus to USES=libtool, drop .la filesamdmi32014-08-162-3/+4 * - Drop .la files, no dependees require themamdmi32014-08-162-1/+3 * Add new port comms/telldus-coremarino2014-08-1520-0/+380 * Unbreakantoine2014-08-131-0/+1 * Modernize USE_PYTHON to USES+=python.mandree2014-08-121-2/+1 * - Switch back to CFLAGS/LDFLAGS to fix configure in py-libimobiledevicetijl2014-08-123-8/+10 * comms/lirc:tijl2014-08-113-19/+18 * Canonicalize some old USE_PY*antoine2014-08-111-6/+6 * Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-113-16/+16 * Update devel/doxygen to 1.8.7antoine2014-08-106-361/+353 * Stage comms/twpsk and assign maintainship to submittermarino2014-08-0910-158/+30 * - Fix plistamdmi32014-08-071-5/+0 * - Switch to USES=libtoolamdmi32014-08-062-3/+6 * Horde package update:mm2014-08-052-3/+3 * Fix build on newer FreeBSD versions, and with clang.adamw2014-08-052-12/+16 * - Switch graphics/GraphicsMagick to USES=libtool, drop .la filesamdmi32014-08-051-1/+1 * devel/libftdi: USES=libtool, fix build, bump dependenciespi2014-08-032-1/+2 * comms/ncid: Upgrade version 0.84 => 0.89 and stagemarino2014-08-013-56/+112 * security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-0/+1 * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-30