diff options
author | Johnny Jacob <johnnyjacob@gmail.com> | 2006-07-12 01:20:36 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-12 01:20:36 +0800 |
commit | 0806967bd0118313a7bd4c5567603a8abba266b0 (patch) | |
tree | 11d9597bcec2007279a3aee50695f1836870b63b /mail/em-vfolder-rule.h | |
parent | 57a80e9b6464c610e0b3d8260376cc155c6062f8 (diff) | |
download | gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.gz gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.bz2 gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.lz gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.xz gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.tar.zst gsoc2013-evolution-0806967bd0118313a7bd4c5567603a8abba266b0.zip |
Fixes #246235. Deleted the option menu and replaced with radio buttons.
2006-07-11 Johnny Jacob <johnnyjacob@gmail.com>
Fixes #246235.
* em-vfolder-rule.c (get_widget): Deleted the option menu and
replaced with radio buttons.
* mail-dialogs.glade: Removed option menu and added radio buttons
svn path=/trunk/; revision=32290
Diffstat (limited to 'mail/em-vfolder-rule.h')
-rw-r--r-- | mail/em-vfolder-rule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-vfolder-rule.h b/mail/em-vfolder-rule.h index 717df74709..b5afa50c74 100644 --- a/mail/em-vfolder-rule.h +++ b/mail/em-vfolder-rule.h @@ -34,9 +34,9 @@ /* perhaps should be bits? */ enum _em_vfolder_rule_with_t { EM_VFOLDER_RULE_WITH_SPECIFIC, - EM_VFOLDER_RULE_WITH_LOCAL, - EM_VFOLDER_RULE_WITH_REMOTE_ACTIVE, EM_VFOLDER_RULE_WITH_LOCAL_REMOTE_ACTIVE, + EM_VFOLDER_RULE_WITH_REMOTE_ACTIVE, + EM_VFOLDER_RULE_WITH_LOCAL, }; typedef struct _EMVFolderRule EMVFolderRule; |