aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selector.h
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-selector.h
parentd940c0dad4a4dd5e9b4c5014893c111ebf28e9e7 (diff)
downloadgsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.gz
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-selector.h')
-rw-r--r--mail/em-folder-selector.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-folder-selector.h b/mail/em-folder-selector.h
index d9d4a172ce..9d6a53ed30 100644
--- a/mail/em-folder-selector.h
+++ b/mail/em-folder-selector.h
@@ -20,7 +20,6 @@
*
*/
-
#ifndef EM_FOLDER_SELECTOR_H
#define EM_FOLDER_SELECTOR_H
@@ -62,10 +61,9 @@ enum {
};
enum {
- EM_FOLDER_SELECTOR_RESPONSE_NEW = -5,
+ EM_FOLDER_SELECTOR_RESPONSE_NEW = 1,
};
-
GType em_folder_selector_get_type (void);
void em_folder_selector_construct (EMFolderSelector *emfs, struct _EMFolderTree *emft, guint32 flags, const char *title, const char *text);