aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-12-10 13:29:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-12-10 13:29:06 +0800
commit7789fb9e6646603ea84871d9c0858c12e376c804 (patch)
tree231a9d17a07d301c2d00929ddb70e0ba0dbee505 /mail/em-folder-tree.c
parentd940c0dad4a4dd5e9b4c5014893c111ebf28e9e7 (diff)
downloadgsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.gz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.bz2
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.lz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.xz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.zst
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.zip
use a POSITIVE value for the response value, gtk uses -ative ones. Bug
2003-12-10 Not Zed <NotZed@Ximian.com> * em-folder-selector.h: use a POSITIVE value for the response value, gtk uses -ative ones. Bug #51752. * Makefile.am (INCLUDES): added smime/lib and smime/gui to includes. * em-folder-tree.c (emft_popup_rename_folder): removed unused 'why', why not? * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): setup a table of buttons to view any certs we have. * em-folder-browser.c (emfb_activate): separeate view_menu unreffing from view_instance. fixes a runtime warning. svn path=/trunk/; revision=23905
Diffstat (limited to 'mail/em-folder-tree.c')
-rw-r--r--mail/em-folder-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 23f4a88a5c..db3f8219f9 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -1243,8 +1243,6 @@ emft_popup_rename_folder (GtkWidget *item, EMFolderTree *emft)
prompt = g_strdup_printf (_("Rename the \"%s\" folder to:"), name);
while (!done) {
- const char *why;
-
new_name = e_request_string (NULL, _("Rename Folder"), prompt, name);
if (new_name == NULL || !strcmp (name, new_name)) {
/* old name == new name */