aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-06-25 22:52:30 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-06-25 22:52:30 +0800
commit48eec2f48b200d3631637f0cd4890e1204125534 (patch)
treef5b65a003e31112b9e87f59f0e7d28cb46d1f4d0 /calendar/gui
parent68fe0f1f1a45d038bdcf01d2cb037f7177f39370 (diff)
downloadgsoc2013-evolution-48eec2f48b200d3631637f0cd4890e1204125534.tar.gz
gsoc2013-evolution-48eec2f48b200d3631637f0cd4890e1204125534.tar.zst
gsoc2013-evolution-48eec2f48b200d3631637f0cd4890e1204125534.zip
check for save schedules before calling send_comp
svn path=/trunk/; revision=29588
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/comp-editor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 3c23663ffc..fda20375dd 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -749,7 +749,7 @@ save_comp_with_send (CompEditor *editor)
if (!save_comp (editor))
return FALSE;
- if (delegate || (send && send_component_dialog ((GtkWindow *) editor, priv->client, priv->comp, !priv->existing_org))) {
+ if ((delegate && !e_cal_get_save_schedules (priv->client)) || (send && send_component_dialog ((GtkWindow *) editor, priv->client, priv->comp, !priv->existing_org))) {
if (itip_organizer_is_user (priv->comp, priv->client))
return comp_editor_send_comp (editor, E_CAL_COMPONENT_METHOD_REQUEST);
else {
@@ -1884,7 +1884,6 @@ real_send_comp (CompEditor *editor, ECalComponentItipMethod method)
comp_editor_set_changed (editor, TRUE);
#endif
-
save_comp (editor);
g_object_unref (send_comp);
return TRUE;
it.cgi/freebsd-ports-gnome/commit/x11/nvidia-driver?id=3bdbded5ef764f4331f79864135d208213027e80'>Allow linux-*-dri and nvidia-driver to coexist.tijl2016-11-042-1/+2 * Fix `linux.ko' false dependency. Starting with version 358.09, the driverdanfe2016-10-121-0/+4 * - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-1/+1 * x11/nvidia-driver: Update to 367.44cem2016-09-022-6/+6 * - Mention that ``nvidia'' (or ``nvidia-modeset'' as of recently) can be putdanfe2016-09-021-4/+6 * Fix damage done in r421117: UPDATING entries do not make good `pkg-message'danfe2016-08-313-18/+13 * nvidia-driver: Add a note about nvidia-modeset.ko for 367.35 updatecem2016-08-303-3/+15 * Properly repomove the patch now that pristine copy was pruned in r421038.danfe2016-08-291-0/+13 * Remove wrongly created patch in r421027 which had lost existing history.danfe2016-08-291-13/+0 * x11/nvidia-driver: Update to 367.35cem2016-08-298-30/+159 * Remove another no-op sed(1) in-place patch: none of the currently supporteddanfe2016-08-241-3/+0 * Clean up the Makefile after recent changes: put source code and build logicdanfe2016-08-201-25/+26 * Deorbit support for nVidia driver legacy versions, part 3:danfe2016-08-202-22/+4 * Deorbit support for nVidia driver legacy versions by cleaning up in-placedanfe2016-08-201-38/+1 * In sight of upcoming update, deorbit support for legacy versions (part 1):danfe2016-08-206-133/+14 * Update nVidia legacy driver versions to 304.131 and 340.96, respectively,danfe2016-07-021-8/+8 * Simplify custom `update-distinfo' convenience target and make it more robust:danfe2016-06-301-8/+5 * Remove unneeded usage of:mat2016-06-061-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1 * Drop 8 support.mat2015-10-151-3/+3 * Fix a typo for x11/nvidia-driver-304.jkim2015-09-251-1/+1 * - Update x11/nvidia-driver to 346.96.jkim2015-09-252-13/+15 * Update NVidia driver long lived branch to version 346.47.danfe2015-03-032-5/+5 * - Move mainstream version to 346.xx (update to 346.35) and create anotherdanfe2015-02-042-9/+12 * - Update mainstream version to 340.76danfe2015-01-292-5/+9 * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-201-6/+2 * Adjust version check to unbreak the build of 304.xx branch.danfe2014-12-141-1/+1 * Update NVidia drivers (long lived branch and legacy 304.xx branch) to theirdanfe2014-12-142-10/+10 * Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and thekwm2014-11-274-8/+40 * - Stop trying to adopt cap_rights_t type change in FreeBSD src SVN r255219danfe2014-11-161-12/+2 * Fix distinfo for i386 flavor of version 304.123 of the driver.danfe2014-11-101-2/+2 * Update two most recent branches of nVidia drivers to versions 340.46danfe2014-11-062-11/+24 * - Finish conversion of NVVERSION to float (left-pad minor < 99 with zerodanfe2014-11-031-37/+42 * Switch NVVERSION (internal variable derived from DISTVERSION) to float, indanfe2014-11-021-33/+43 * Avoid using @cwdbapt2014-10-281-34/+27 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * Fix two issues with r354638:marius2014-05-212-2/+2 * - Update nvidia-driver to 331.67.marius2014-05-205-7/+65 * - Update long lived branch to version 331.49danfe2014-03-042-10/+23 * - Unbreak the build of 173.14.xx legacy version on recent -CURRENT, anddanfe2014-02-275-23/+27 * OSVERSION cannot be tested without a bsd.port.*.mk included beforebapt2014-02-011-0/+2 * - Stagifyrene2014-02-014-14/+55 * Update to version 331.20.danfe2013-12-263-6/+28 * In sight of upcoming update, do some cleaning: convert to Uses=kmod and thendanfe2013-12-262-17/+15 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-9/+1 * SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+1 * - Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10danfe2013-09-121-1/+6 * Unbreak the build on recent -CURRENT (after cap_rights_t type was changeddanfe2013-09-061-0/+6 * Fix NVidia drivers correctly after KVA space allocation API changes indanfe2013-08-201-5/+5 * - Unbreak the build on recent -CURRENT after r254025 [1]danfe2013-08-081-5/+11 * - Update NVidia driver to the latest LTS stable version, 319.32danfe2013-08-072-9/+15 * - Fix stack buffer overflow in nvidia_sysctl_bus_type()danfe2013-04-253-6/+9 * Update NVidia drivers vulnerable to GPU driver ARGB cursor buffer overflowdanfe2013-04-082-9/+9 * - Convert recent patches against -CURRENT to sed(1) invocations that work fordanfe2013-04-074-90/+27 * Resolve current build breakage on head for the nvidia driver via this nicesbruno2013-03-163-0/+70 * Update the commentary.danfe2013-02-161-2/+5 * - Update mainstream driver version to 310.32, the latest to datedanfe2013-02-163-3/+27 * Update to version 304.64. While as of yesterday this version is technicallydanfe2012-11-172-5/+5 * Update mainstream driver to version 304.60.danfe2012-10-292-5/+5 * - Update long lived branch driver to version 304.51danfe2012-09-292-6/+6 * Trim Makefile header for NVidia drivers, and move advisory comment aboutdanfe2012-09-281-10/+6 * Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwardsdanfe2012-09-251-1/+2 * - Update 96.43.xx legacy driver to version 96.43.23, which brings supportdanfe2012-09-232-4/+4 * - Drop useless quotes when assigning PREFIX (values with spaces are handleddanfe2012-09-232-2/+2 * - After conversion to new OPTIONS framework, adjust pkg-message accordinglydanfe2012-09-232-8/+8 * Update mainstream driver to version 304.43.danfe2012-09-232-6/+6 * Convert to OptionsNGeadler2012-09-211-9/+14 * - Revert patch for CVE-2012-0946 to its original form and apply both CVEdanfe2012-09-162-21/+9 * - Update legacy 173.14.xx series driver to version 173.14.35 and provide adanfe2012-09-124-4/+45 * Unbreak installation of legacy drivers.danfe2012-09-122-1/+15 * Solve libGL.so and libglx.so conflict situation between libGL, xorg-server andkwm2012-08-314-17/+51 * Update nVidia driver to the latest long lived branch version, 295.71danfe2012-08-082-5/+5 * - Update the driver to the latest long lived branch version, 295.59danfe2012-06-282-11/+10 * Provide home-made patch for legacy nVidia drivers against recent arbitrarydanfe2012-05-102-0/+32 * Update to version 295.49, which had:danfe2012-05-102-5/+5 * - Update to version 295.40danfe2012-04-222-8/+9 * Unbreak on 7.X where sed(1) does not support "addr1,+N" ranges yet (was addeddanfe2012-02-111-0/+4 * PAE kernels are incompatible with legacy drivers only (for a while now), sodanfe2012-02-031-0/+4 * X11BASE has been deprecated for a long time now, and is going to be droppeddanfe2011-12-021-2/+3 * Unbreak legacy (pre-195.22) drivers build on 9.X after SVN r225617 by kmacy@.danfe2011-11-081-0/+5 * Update to version 285.05.09, which should remedy system hangs people weredanfe2011-10-112-19/+7 * - Update NVidia drivers to their corresponding latest versionsdanfe2011-08-312-11/+15 * - Fix the build against Clang (also GCC with -Wformat-security, see PRdanfe2011-07-061-4/+14 * Unbreak on -CURRENT after r221320.danfe2011-05-231-0/+5 * - Update corresponding NVidia drivers to versions 270.41.19 and 173.14.30danfe2011-05-213-21/+14 * Add license information.danfe2011-04-071-0/+5 * Now that PKG_INFO macro expands correctly on all supported versions ofdanfe2011-03-141-5/+3 * - Bump nvidia drivers after xorg updatemiwi2011-02-261-1/+1 * - Update legacy drivers (new versions: 96.43.19 and 173.14.28)danfe2010-12-081-9/+4 * Non-functional changes (mostly cleanups).danfe2010-12-082-17/+17 * Update nVidia drivers to their most recent versions.danfe2010-10-092-17/+21 * Convert patch which does not apply in every case now to inplace editing, anddanfe2010-10-092-30/+7 * - Don't install vdpau library and headers, they are now provided bymakc2010-09-253-13/+21 * Restore correct MASTER_SITE_SUBDIR for legacy driver versions that wasdanfe2010-05-241-1/+3 * - Update nVidia BETA drivers to version 195.36.15danfe2010-04-103-23/+30 * Add OSVERSION check in order to apply d_mmap() fix only when required.danfe2010-02-201-1/+1 * - Update legacy drivers to their most recent versionsdanfe2010-02-162-10/+17 * Update to version 195.22. These are BETA drivers, and normally update woulddanfe2009-12-153-17/+42 * Remove piece of information that is no longer accurate.danfe2009-09-291-3/+0 * - Update to the latest release from NVidia, 185.18.36 [1]danfe2009-09-292-5/+7 * - Use accurate NVVERSION for checking libcuda compat library presencedanfe2009-08-042-4/+4 * Update NVidia drivers to most recent versions.danfe2009-08-043-20/+16 * Update to version 180.60, the latest to date.danfe2009-06-062-9/+4 * - Update to catch up with latest releases from NVidiadanfe2009-04-133-49/+41 * - Correct OSVERSION value in minor() -> dev2unit() fixdanfe2009-04-131-17/+7 * - Update to 180.29miwi2009-02-192-8/+14 * - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-061-5/+0 * Distfile for legacy version 96.43.07 was rerolled (previous one containeddanfe2008-10-291-3/+3 * - Update to version 177.80, the latest from NVidiadanfe2008-10-282-2/+13 * - Drop nowadays useless and unsupported OPTIONdanfe2008-10-221-6/+1 * Non-functional changes:danfe2008-10-222-8/+8 * - Stop checking for XFree86-4-Server and xorg-server-snap, they're gonedanfe2008-10-212-13/+8 * Unbreak on recent -CURRENT after suser() -> priv_check() API changes.danfe2008-10-201-0/+6 * - Update stable version to 173.14.12, and legacy versions to 71.86.06 anddanfe2008-08-072-22/+11 * Update to 173.14.09 release.danfe2008-06-192-5/+5 * - Fix the build on recent 6-STABLE [1]danfe2008-06-121-1/+6 * - Update to version 173.14.05, the latest from NVidiadanfe2008-06-073-23/+6 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-2/+2 * NVidia updated legacy versions of their drivers: original distfiles were miss...danfe2008-04-061-6/+6 * GC remnants of XFree86 support.danfe2008-03-202-12/+8 * Remove support for XFree8-4.flz2008-03-081-7/+1 * Rename no longer special patch, stop abusing EXTRA_PATCHES.danfe2008-03-032-2/+0 * Catch up with latest updates from NVidia:danfe2008-03-034-138/+12 * - Add a note for users of 7.X/-CURRENT [*]danfe2008-03-031-5/+7 * - Fix the build with OS-native (FreeBSD) AGP supportdanfe2008-03-021-1/+6 * - Update the driver to version 169.07. Since they've changed version schemedanfe2008-02-194-73/+17 * Correct previous fix: required prototypes were removed from <sys/systm.h>danfe2007-12-031-1/+3 * - Fix `agpvar.h' location on recent -CURRENTdanfe2007-11-251-0/+8 * - Chase another nVidia update (100.x -> 1419, legacy versions -> 7186/9643)danfe2007-10-306-41/+221 * Attempt to silence warnings that show up with 'make ignorelist'.linimon2007-09-171-1/+1 * Fix an edge case of "make describe".danfe2007-08-201-3/+4 * Long-awaited NVidia driver update:danfe2007-08-207-829/+39 * More cleanups:danfe2007-07-242-66/+14 * - Make plist substitution knobs named coherently with X system used,danfe2007-07-233-12/+11 * In sight of upcoming update, overhaul things slightly:danfe2007-07-232-33/+25 * Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1 * Indent fix.flz2007-05-201-1/+1 * Fix legacy nvidia-drivers.flz2007-05-201-2/+5 * - Welcome X.org 7.2 \o/.flz2007-05-202-14/+43 * Fix the build on recent -CURRENT.danfe2007-02-261-0/+3 * - Add a patch by Christian Zander from nVidia that fixes crashes reported bydanfe2007-02-092-3/+752 * Quickly fix package list for earlier versions while no one notices.danfe2007-02-081-0/+1 * - Utilize MASTER_SITE_NVIDIA macrodanfe2007-02-082-25/+20 * - Update to version 9746, the latest from nVidia, which adds support fordanfe2007-01-084-12/+17 * Fix PLIST (remove superfluous file).danfe2006-12-171-1/+2 * - Update to most recent version from nVidia, 9631danfe2006-12-076-106/+16 * Update to most recent versions available from nVidia (8776, 7184 for legacydanfe2006-10-232-11/+8 * Mark FORBIDDEN due to arbitrary root code execution vulnerability.simon2006-10-171-0/+2 * Advise how to deal with common "not enough shared memory" problem that hasdanfe2006-09-071-0/+7 * Update to version 8774, the latest from nVidia.danfe2006-09-053-5/+5 * - Stop deleting `lib/modules/extensions/libglx.so' upon pkg_deletedanfe2006-05-293-6/+4 * - Remove unneeded PKGMESSAGE override (SUB_FILEs does it automatically)danfe2006-05-291-2/+3 * - Xorg 6.9 uses the .so extension instead of .a for the server extensions.danfe2006-03-212-6/+6 * Good news, everyone! There's a crate to deliver^W^W^Wnew release fromdanfe2005-12-262-4/+4 * Deal with non-standard DOCSDIR in a sane manner.danfe2005-12-222-56/+57 * Update to version 1.0-8174, the latest from nVidia. Release highlights:danfe2005-12-153-6/+56 * Use smarter regexps.danfe2005-12-141-4/+4 * Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.danfe2005-12-141-1/+1 * Add SHA256 hashes to my ports.danfe2005-11-301-0/+3