aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-dialog-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-dialog-utils.h')
-rw-r--r--e-util/e-dialog-utils.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h
deleted file mode 100644
index 6e6cff8fb9..0000000000
--- a/e-util/e-dialog-utils.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-dialog-utils.h
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * 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.
- *
- * Author: Ettore Perazzoli <ettore@ximian.com>
- */
-
-#ifndef E_DIALOG_UTILS_H
-#define E_DIALOG_UTILS_H
-
-#include <gtk/gtkmessagedialog.h>
-
-void e_notice (gpointer parent,
- GtkMessageType type,
- const char *format,
- ...);
-void e_notice_with_xid (GdkNativeWindow parent,
- GtkMessageType type,
- const char *format,
- ...);
-
-void e_dialog_set_transient_for (GtkWindow *dialog,
- GtkWidget *parent_widget);
-void e_dialog_set_transient_for_xid (GtkWindow *dialog,
- GdkNativeWindow xid);
-
-char *e_file_dialog_save (const char *title);
-
-
-#endif
pan class='deletions'>-15/+176 * Update 0.4c -> 0.4dnectar2001-08-152-2/+2 * Update 0.4b -> 0.4cnectar2001-08-012-3/+3 * Update 0.4b -> 0.4cnectar2001-07-204-58/+5 * = Fix possible telnetd vulnerability in option processing.nectar2001-07-203-0/+64 * Update 0.3f -> 0.4bnectar2001-07-077-117/+5 * Correct no-nos: one file per patch, please. Don't touch more than onenectar2001-06-293-49/+42 * Bug fix for memory being free'd twice when using the new ANY:-keytabs.nectar2001-06-242-1/+54 * Remove patch that has been incorporated into 0.3f. By a quirk ofnectar2001-06-241-10/+0 * Fix segfault in ftpd introduced in 0.3f.nectar2001-06-232-0/+67 * Update 0.3e -> 0.3f. From the announcement:nectar2001-06-125-33/+8 * configure was generating bogus `-R' and `-L' flags for the linker whennectar2001-05-212-3/+27 * Explicitly list directories for Kerberos 4 bits, so that once thisnectar2001-04-251-1/+1 * Fix an uninitialized pointer dereference in krb5_rd_cred.nectar2001-04-202-0/+11 * Add a sample start-up script for the KDC.nectar2001-04-183-0/+35 * On older systems (pre-4.1.0-RELEASE or so), this port will installnectar2001-02-211-0/+3 * Update 0.3d -> 0.3e.nectar2001-02-0510-141/+24 * There is no des_set_odd_parity in OpenSSL's libcrypto. Usenectar2001-01-241-1/+2 * Missed in previous commit: remove headers for libdesnectar2001-01-051-5/+0 * = Update to use OpenSSL in the base if it has MD4 support (version 0.9.6nectar2001-01-057-11/+107 * Style fixup only: use tabs consistently; sort man pages.nectar2000-12-151-21/+20 * Update 0.3c -> 0.3dnectar2000-12-156-48/+17 * = Use system libcom_err.nectar2000-11-1011-6/+197 * Bump PORTREVISION for ftp client fix.nectar2000-11-041-0/+1 * *** empty log message ***nectar2000-11-041-0/+11 * Add a knob (WITH_LDAP) to enable compiling with support for LDAP as anectar2000-11-011-0/+7 * Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.asami2000-10-081-3/+3 * Update 0.3b -> 0.3cnectar2000-09-202-2/+2 * Upgrade 0.2t -> 0.3bnectar2000-08-306-26/+56 * Make these COMMENT files conform to Handbook standard.will2000-08-11