diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-07 14:33:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-07 14:33:26 +0800 |
commit | 58ff44848944bddcde0faa91efe66d4a444cc509 (patch) | |
tree | 796c1160ababf99e8c5b6f421c1ff81f971ee205 /mail/em-menu.h | |
parent | 650e78d22d6696d96068994543a3209ea9ba39b5 (diff) | |
download | gsoc2013-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.h | 3 |
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; |