diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-21 05:34:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-21 05:34:27 +0800 |
commit | 402166be5496cfaf5ac5908702d74f02fce4c1e7 (patch) | |
tree | 845be52f9cf34df15d20510083e0d2041da1be44 /widgets | |
parent | b1ec17309b2aafb9b8aa2e1e39be9748fbe89030 (diff) | |
download | gsoc2013-evolution-402166be5496cfaf5ac5908702d74f02fce4c1e7.tar.gz gsoc2013-evolution-402166be5496cfaf5ac5908702d74f02fce4c1e7.tar.zst gsoc2013-evolution-402166be5496cfaf5ac5908702d74f02fce4c1e7.zip |
Composer: Only hide single From account in express mode.
At least until we have another way to insert signatures.
Obvious solution: Insert -> Signature -> (list of your signatures)
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-account-combo-box.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-account-combo-box.h b/widgets/misc/e-account-combo-box.h index b624c9b17e..aa29c97306 100644 --- a/widgets/misc/e-account-combo-box.h +++ b/widgets/misc/e-account-combo-box.h @@ -77,8 +77,8 @@ const gchar * e_account_combo_box_get_active_name gboolean e_account_combo_box_set_active_name (EAccountComboBox *combo_box, const gchar *account_name); - -gint e_account_combo_box_count_displayed_accounts (EAccountComboBox *combo_box); +gint e_account_combo_box_count_displayed_accounts + (EAccountComboBox *combo_box); G_END_DECLS |