diff options
author | Milan Crha <mcrha@redhat.com> | 2009-08-18 22:00:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-18 22:00:23 +0800 |
commit | de528db6c18b7ecee83bb8b52850d935c1244ebf (patch) | |
tree | e5c153870853da0f9e317f8eb5e78394e00bd528 /mail/em-config.h | |
parent | 9ff9063fe66817737f89decc3fdadb473fa51278 (diff) | |
download | gsoc2013-evolution-de528db6c18b7ecee83bb8b52850d935c1244ebf.tar.gz gsoc2013-evolution-de528db6c18b7ecee83bb8b52850d935c1244ebf.tar.zst gsoc2013-evolution-de528db6c18b7ecee83bb8b52850d935c1244ebf.zip |
BugĀ 567260 - Migrate from GnomeDruid to GtkAssistant
Diffstat (limited to 'mail/em-config.h')
-rw-r--r-- | mail/em-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-config.h b/mail/em-config.h index 656a40ec38..05401f026f 100644 --- a/mail/em-config.h +++ b/mail/em-config.h @@ -67,7 +67,7 @@ struct _EMConfigTargetAccount { EAccount *account; /* Need also: working account, not just real account, so changes can be propagated around - And some mechamism for controlling the gui if we're running inside a druid, e.g. enabling 'next' */ + And some mechamism for controlling the gui if we're running inside an assistant, e.g. enabling 'next' */ }; typedef struct _EConfigItem EMConfigItem; |