aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-18 03:55:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-18 03:55:25 +0800
commitc56a8e8c2da02675ffd6a37969c11af751b0fc0f (patch)
treea747576a861c7e63160f7cdc67d3d13be8a96770 /mail/mail-callbacks.c
parent32f1cfd13fe2d745cc18b71e32c2c19305c480f7 (diff)
downloadgsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar.gz
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar.bz2
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar.lz
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar.xz
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.tar.zst
gsoc2013-evolution-c56a8e8c2da02675ffd6a37969c11af751b0fc0f.zip
Part of a fix for bug #39809
2003-03-17 Jeffrey Stedfast <fejj@ximian.com> Part of a fix for bug #39809 * mail-vfolder.c (vfolder_edit): Don't add the cancel button here. * mail-callbacks.c (filter_edit): Don't add the cancel button here. svn path=/trunk/; revision=20316
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r--mail/mail-callbacks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index a16f5527c3..6a961e5ef6 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -2778,7 +2778,6 @@ filter_edit (BonoboUIComponent *uih, void *user_data, const char *path)
/* FIXME: maybe this needs destroy func? */
gtk_window_set_transient_for ((GtkWindow *) filter_editor, FB_WINDOW (fb));
gtk_window_set_title (GTK_WINDOW (filter_editor), _("Filters"));
- gtk_dialog_add_button ((GtkDialog *) filter_editor, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
g_object_set_data_full ((GObject *) filter_editor, "context", fc, (GtkDestroyNotify) g_object_unref);
g_signal_connect (filter_editor, "response", G_CALLBACK (filter_editor_response), fb);
gtk_widget_show (GTK_WIDGET (filter_editor));