diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 12:30:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 13:16:42 +0800 |
commit | 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (patch) | |
tree | 0211046a4e44ba2a0e82b1c1ce8f9a903552f979 /mail/e-mail-tab.c | |
parent | 13cf1d104bbacffaf09393678c12a7efadd53139 (diff) | |
download | gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.gz gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.zst gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/e-mail-tab.c')
-rw-r--r-- | mail/e-mail-tab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-tab.c b/mail/e-mail-tab.c index 125f174775..d5909ce1cb 100644 --- a/mail/e-mail-tab.c +++ b/mail/e-mail-tab.c @@ -663,7 +663,7 @@ e_mail_tab_get_preferred_height (ClutterActor *actor, padding.top + padding.bottom + priv->spacing + label_nat_height; - /* Sometimes the preview's natural height will be nan due to + /* Sometimes the preview's natural height will be nan due to * keeping of the aspect ratio. This guards against that and stops * Clutter from warning that the natural height is less than the * minimum height. @@ -1853,7 +1853,7 @@ e_mail_tab_alert_cb (EMailTab *tab) name = (priv->private ^ (priv->alert_count % 2)) ? NULL : "private-tab"; if (!priv->preview_mode) clutter_actor_set_name (CLUTTER_ACTOR (tab), name); - priv->alert_count ++; + priv->alert_count++; if (priv->alert_count < 4) return TRUE; |