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));
-}
if WITH_GNOME is defined. This allows port to be used withsobomax2002-05-251-1/+4 * * Add the duplicate gnome capplet till its existence gets sorted out.dougb2002-04-211-1/+2 * Silence a spurious warning caused by an attempt to check ifdougb2002-04-131-0/+14 * Make it easier to find libjpeg in non-standard installs.dougb2002-04-131-1/+2 * Upgrade to version 4.02, which:dougb2002-03-245-11/+16 * Patch no longer neededdougb2002-03-241-11/+0 * Arrrrggggghhhhhhhhdougb2002-02-251-1/+0 * Blah..... should have nuked this toodougb2002-02-251-2/+0 * Missed this in the last commit. This patch is no longer needed.dougb2002-02-251-14/+0 * Update to 4.01, which has several new screensavers, and the usualdougb2002-02-256-431/+210 * Do it properly, and as mentioned on gnome@ (hint, the config filesade2002-02-144-181/+429 * Properly install .desktop shortcut into share/gnome/apps/Settings/Desktop/,sobomax2002-02-142-1/+15 * - Correctly work in GNOME/noGNOME cases (plist and such);sobomax2002-02-143-8/+25 * To work properly, HAVE_GNOME should be tested after bsd.port.pre.mk issobomax2002-01-221-2/+2 * A gnome user confirms that the new hooks in xscreensaver work, sodougb2002-01-211-2/+9 * Upgrade to version 4.00, which includes:dougb2002-01-144-145/+297 * * Upgrade to 3.34, which is mostly bug fixes, and two new hacks.dougb2001-12-234-9/+20 * s/malloc.h/stdlib.h/ijliao2001-11-101-0/+3 * Upgrade to 3.33, and include the GLE library as a dependency. The extrusiondougb2001-06-054-18/+10 * Chase the checksum. The only changes were Makefile niceties anddougb2001-04-211-1/+1 * Update to 3.32, which contains no new hacks, but does contain a new systemdougb2001-04-163-3/+7 * Update to 3.31, which adds 3 new "hacks" and updates somedougb2001-04-063-4/+7 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * Update the list of installed stuffdougb2001-03-052-6/+8 * * Assume maintainership. Mail to jseger went unanswered, and this portdougb2001-03-037-60/+34 * Style fixes for ports/x11.olgeni2001-02-061-1/+1 * Upgrade to 3.26.vanilla2000-11-125-49/+31 * Implment WANT_GTK.reg2000-10-052-4/+31 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-3/+2 * Upgrade to xscreensaver 3.24jseger2000-05-095-16/+50 * Update to use PORTNAME/PORTVERSIONcpiazza2000-04-14