aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/save-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/save-comp.c')
-rw-r--r--calendar/gui/dialogs/save-comp.c62
1 files changed, 0 insertions, 62 deletions
diff --git a/calendar/gui/dialogs/save-comp.c b/calendar/gui/dialogs/save-comp.c
deleted file mode 100644
index 67a43a7320..0000000000
--- a/calendar/gui/dialogs/save-comp.c
+++ /dev/null
@@ -1,62 +0,0 @@
-/* Evolution calendar - Delete calendar component dialog
- *
- * Copyright (C) 2000 Ximian, Inc.
- * Copyright (C) 2000 Ximian, Inc.
- *
- * Author: Federico Mena-Quintero <federico@ximian.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <glib.h>
-#include <libgnome/gnome-defs.h>
-#include <libgnome/gnome-i18n.h>
-#include <libgnomeui/gnome-messagebox.h>
-#include <libgnomeui/gnome-stock.h>
-#include <gal/widgets/e-unicode.h>
-#include "save-comp.h"
-
-
-
-/**
- * save_component_dialog:
- * @parent: Window to use as the transient dialog's parent.
- *
- * Pops up a dialog box asking the user whether he wants to save changes for
- * a calendar component.
- *
- * Return value: TRUE if changes shold be saved, FALSE otherwise.
- **/
-gint
-save_component_dialog (GtkWindow *parent)
-{
- GtkWidget *dialog;
-
- dialog = gnome_message_box_new (_("Do you want to save changes?"),
- GNOME_MESSAGE_BOX_QUESTION,
- GNOME_STOCK_BUTTON_YES,
- GNOME_STOCK_BUTTON_NO,
- GNOME_STOCK_BUTTON_CANCEL,
- NULL);
-
- gnome_dialog_set_default (GNOME_DIALOG (dialog), 0);
- gnome_dialog_grab_focus (GNOME_DIALOG (dialog), 0);
- gnome_dialog_set_parent (GNOME_DIALOG (dialog), parent);
-
- return gnome_dialog_run_and_close (GNOME_DIALOG (dialog));
-}
27 +0800'>2012-05-013-0/+16 * Update to 1.4.1.jkim2012-05-014-86/+13 * - upgrade to 3.5.2bapt2012-04-234-0/+22 * korean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and korea...dougb2012-03-175-71/+0 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-2/+4 * - Fix plistpav2012-01-221-0/+2 * Improve a patch for IBus 1.4.0 from upstream and reduce diff.jkim2012-01-102-11/+51 * Update to 1.3.2.jkim2012-01-105-16/+48 * - Update to 2.1.0.jkim2012-01-044-15/+5 * - Update to 0.99.11.jkim2012-01-043-5/+5 * - update to 0.1.0scheidell2011-12-215-23/+19 * Fix FONTSDIR.hrs2011-12-141-2/+2 * Update dependency because korean/unfonts-ttf is split into -core and -extra.hrs2011-12-061-2/+2 * Remove trailing whitespaces.ehaupt2011-11-192-2/+2 * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2 * Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0219-797/+0 * Add a comment indicating what ports depend on these 2dougb2011-11-021-1/+2 * audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-0127-9851/+0 * The vast majority of pkg-descr files had the following format when theydougb2011-10-244-6/+1 * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-8/+46 * Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-096-101/+0 * For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-095-2/+13 * - Update MAINTAINER: use canonical format for ports@FreeBSD.orgsunpoet2011-10-021-1/+1 * - Mark BROKEN: installs file into /pav2011-09-251-0/+2 * - Mark BROKEN: does not compilepav2011-09-251-0/+2 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-247-14/+14 * Update to 0.5.5.jkim2011-09-132-3/+3 * 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesbapt2011-09-0729-731/+0 * Correct run-time dependencies and make it slightly less broken (althoughjkim2011-09-021-3/+1 * - Mark korean/gdick as IGNORE and DEPRECATED with EXPIRATION_DATE setjkim2011-09-013-6/+9 * Chase project URL change.jkim2011-09-011-1/+1 * - Update to 1.2.3 and add LICENSE.jkim2011-08-275-166/+81 * - Fix LICENSE. libhagul is actually licensed under LGPL 2.1.jkim2011-08-274-17/+41 * Make portlint happy.jkim2011-08-272-4/+4 * Make portlint happy.jkim2011-08-272-5/+5 * Update to 0.3.2 and grab maintainership.jkim2011-08-273-16/+22 * Honor WITHOUT_NLS and grab maintainership.jkim2011-08-272-5/+12 * Honor WITHOUT_NLS.jkim2011-08-273-3/+33 * Update to 2.0.0 and grab maintainership.jkim2011-08-264-7/+31 * Fix locale directories using gnomehack.jkim2011-08-232-3/+3 * Rename distinfo.core to distinfo.core-ttf to avoid confusion with core(5) file.jkim2011-08-233-1/+1 * Fix build dependencies.jkim2011-08-111-3/+3 * Use PLIST_DIRS properly.jkim2011-08-112-2/+2 * Remove pkg-plist and generate it from Makefile.jkim2011-08-112-10/+15 * Sort file names.jkim2011-08-111-1/+1 * - Update to 12 and grab maintainership.jkim2011-08-113-14/+32 * Rename ko-KR.* to ko_KR.* for consistency with other dictionaries.jkim2011-08-101-4/+4 * Korean hunspell dictionariesjkim2011-08-105-0/+52 * IBus-Hangul is an input method (IM) for Korean language, based on IBus.jkim2011-08-097-0/+109 * Add the font category in COMMENT.jkim2011-08-091-1/+1 * - Split korean/unfonts-ttf into korean/unfonts-core and korean/unfonts-extra.jkim2011-08-098-0/+461 * Install the correct license file and fix English font names.jkim2011-08-063-6/+6 * Nanum Gothic Coding font family is free Hangul fonts developed byjkim2011-08-066-0/+161 * Replace PREFIX with LOCALBASE in few places.jkim2011-08-061-3/+3 * Nanum font family is free Hangul fonts developed by NHN Corporationjkim2011-08-067-0/+187 * Reset maintainership and deprecate some korean ports with no more publicjkim2011-08-052-2/+8 * - Update to 0.8.1 and unbreak build on HEAD.jkim2011-08-049-45/+58 * - Fix a security vulnerability (CVE-2008-2383).jkim2011-08-045-2/+505 * - Update to 2.2 and undeprecate.jkim2011-08-049-869/+40 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-032-4/+0 * Deprecate some ports where I can't find distfiles and upstreambapt2011-08-037-0/+21 * Mark BROKEN: Does not fetchbapt2011-08-021-0/+2 * Bye bye abandonwares (part 4)bapt2011-08-0154-2473/+0 * Remove dead site (ftp.kaist.ac.kr)ehaupt2011-07-297-10/+2 * Update scim-tables ports to 0.5.10. Appease portlint.lx2011-07-216-28/+38 * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-081-1/+1 * Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+21 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-176-0/+18 * Mark broken some ports with unfetchable distfilesbapt2011-06-172-0/+4 * Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2 * - Update to 0.99.9wen2011-06-102-4/+4 * Update KDE Software Compilation ports to 4.6.3makc2011-05-172-2/+39 * - Set CONFLICTS with unzip-iconv upcoming as a new porttota2011-05-051-1/+1 * Bump PORTREVISION after open-mofit updatemakc2011-05-022-2/+2 * Remove unmaintained expired nvi related portsbapt2011-05-023-40/+0 * Removed ports that depends on iiimf expired ports + they are abandonwarebapt2011-05-028-178/+0 * - Update to 0.99.8culot2011-04-113-5/+18 * - Update to 0.0.12culot2011-04-116-16/+33 * The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-072-2/+5 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-252-11/+39 * - Get Rid MD5 supportmiwi2011-03-1949-87/+0 * - Unbreakpav2011-03-172-22/+20 * - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-092-2/+0 * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-082-2/+9 * - Use canonical format for ports@FreeBSD.org MAINTAINER addressessunpoet2010-12-292-2/+1 * Sync to final (for now) bsd.autotools.mkade2010-12-232-5/+6 * - Setup DATADIR, DOCSDIRpgollucci2010-12-122-967/+970 * Sync to new bsd.autotools.mkade2010-12-043-3/+3 * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-031-2/+2 * KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-031-1/+1 * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-3/+3 * Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-1/+1 * - release this module, the site has moved, and I can not read the korean repl...pgollucci2010-10-201-1/+1 * Punt autoconf267->autoconf268ade2010-10-162-4/+4 * Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.kmoore2010-10-161-1/+1 * Migration of final set of working ports from automake{19,110} -> 111ade2010-10-072-3/+3 * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-7/+23 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-163-7/+6 * KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-032-36/+16 * Update distinfo. The distfiles have been re-rolled for some reason.hrs2010-08-161-3/+3 * - Update to 0.0.11amdmi32010-08-055-24/+25 * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 * - Update to 0.99.7wen2010-06-282-6/+5 * Connect gimp-help portsmakc2010-06-151-0/+1 * Add new ports for GIMP Manual:makc2010-06-151-0/+18 * BROKEN should not be quoted.erwin2010-06-131-1/+1 * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-314-4/+4 * - Pass port to apache@pgollucci2010-05-261-1/+1 * Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-245-5/+5 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-15/+62 * - update to 1.4.1dinoex2010-03-2818-17/+18 * - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-203-3/+21 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3 * - update to jpeg-8dinoex2010-02-0518-16/+18 * The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.makc2010-01-223-15/+19 * Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-0362-119/+30 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-213-8/+0 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3 * - Update to 0.0.10miwi2009-11-283-8/+8 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+5 * - Update to Qt-4.5miwi2009-11-272-7/+0 * - Mark MAKE_JOBS_UNSAFEpav2009-11-212-0/+2 * - Mark BROKEN: does not patchpav2009-11-071-0/+2 * - Fix build on 9.0amdmi32009-11-051-0/+11 * - Reset maintainer, his email is bouncingpav2009-11-031-1/+1 * Update to 8.1.7. Multiple vulnerabilities which could cause thehrs2009-10-151-3/+3 * - Fix runtime on 64-bit platformspav2009-09-242-1/+85 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-021-3/+3 * Update the PHP documentation to 2009-09-01edwin2009-09-012-0/+14 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-224-8/+4 * Fix the build w/ libtool22.mezz2009-08-101-0/+3 * clean upmakc2009-08-081-3/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-13/+30 * - Update Qt4 to 4.5.2miwi2009-08-052-4/+4 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-033-3/+3 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-3114-11/+14 * - Don't create DOCSDIR if NOPORTDOCS in set (that is, fix install with NOPORT...amdmi32009-07-071-3/+3 * Update to 8.1.6 and 9.1.2.hrs2009-06-181-3/+3 * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-092-2/+3 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-031-3/+3 * - Mark remaining mod_* ports MAKE_JOBS_SAFE=yespgollucci2009-05-221-0/+2 * Update to 8.1.5. Two critical vulnerabilities have been fixed:hrs2009-05-131-3/+3 * Update KDE ports to 4.2.3makc2009-05-101-3/+3 * - USE_APACHE=yes is deprecatedpgollucci2009-05-082-13/+16 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-021-3/+3 * Update to 8.1.4. This version includes serious security fixes.hrs2009-03-291-3/+3 * - Fix install and deinstall procedureamdmi32009-03-232-1/+7 * - Fix deinstall procedureamdmi32009-03-232-1/+2 * Update KDE to 4.2.1.makc2009-03-091-3/+3 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-092-17/+71 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-242-2/+2 * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-143-6/+6 * kde@freebsd team is pleased to announce the update for Qt4 ports.makc2009-01-141-3/+3 * - Update to 0.0.9amdmi32009-01-126-46/+18 * - Remove HAVE_ESOUND/USE_ESOUND block, this is long time abandonedpav2009-01-081-5/+0 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-7/+1 * - remove japenese/msdosfs: only for 5.x [1]pgollucci2008-12-2826-1081/+0 * - use DOCSDIR macroitetcu2008-11-182-5/+5 * Update to Adobe Reader 8.1.3.hrs2008-11-081-3/+3 * - Add "listenaddr 127.0.0.1" to {c|t|k}serverc.hrs2008-11-011-1/+0 * Fix file mode on deinstall, not install.hrs2008-10-312-2/+3 * - Fix mode of ${LOCALBASE}/etc/xpdfrc.hrs2008-10-311-2/+2 * - Install each localized xpdfrc separately and use "include"hrs2008-10-314-38/+34 * - Style clean-ups.hrs2008-10-274-16/+15 * Remove ports of Adobe Reader 7 and the localized versions because ofhrs2008-09-063-22/+0 * * print/ghostscript-* and related ports have been renamed in thehrs2008-09-063-32/+0 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-9/+6 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-29