aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-menu.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-01-07 14:33:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-01-07 14:33:26 +0800
commit58ff44848944bddcde0faa91efe66d4a444cc509 (patch)
tree796c1160ababf99e8c5b6f421c1ff81f971ee205 /mail/em-menu.h
parent650e78d22d6696d96068994543a3209ea9ba39b5 (diff)
downloadgsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar.gz
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar.bz2
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar.lz
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar.xz
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.tar.zst
gsoc2013-evolution-58ff44848944bddcde0faa91efe66d4a444cc509.zip
remove old code, setup transient parent and weak ref for refresh. some
2005-01-07 Not Zed <NotZed@Ximian.com> * em-account-prefs.c (account_add_clicked): remove old code, setup transient parent and weak ref for refresh. * *.c: some warning fixes/comment fixes svn path=/trunk/; revision=28263
Diffstat (limited to 'mail/em-menu.h')
-rw-r--r--mail/em-menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-menu.h b/mail/em-menu.h
index 043689520c..d0e372af3e 100644
--- a/mail/em-menu.h
+++ b/mail/em-menu.h
@@ -64,7 +64,8 @@ enum {
EM_MENU_SELECT_LAST = 1<<18 /* reserve 2 slots */
};
-/* Flags that describe a TARGET_WIDGET (none) */
+/* Flags that describe a TARGET_WIDGET (none)
+ this should probably be a more specific target type */
typedef struct _EMMenuTargetSelect EMMenuTargetSelect;