From 96538878911586a9e9ca26b81e1916c04e538980 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 25 May 2010 10:15:32 -0400 Subject: Coding style and whitespace cleanup. --- composer/e-composer-header-table.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer') diff --git a/composer/e-composer-header-table.c b/composer/e-composer-header-table.c index b7f2e8e437..98b004d616 100644 --- a/composer/e-composer-header-table.c +++ b/composer/e-composer-header-table.c @@ -276,7 +276,7 @@ skip_custom: return new_destinations; } -static int +static gint count_from_accounts (EComposerHeaderTable *table) { EComposerHeader *header; @@ -291,7 +291,7 @@ count_from_accounts (EComposerHeaderTable *table) static gboolean from_header_should_be_visible (EComposerHeaderTable *table) { - int num_accounts; + gint num_accounts; num_accounts = count_from_accounts (table); return (num_accounts > 1); @@ -502,7 +502,7 @@ composer_header_table_from_changed_cb (EComposerHeaderTable *table) composer_header_table_setup_mail_headers (table); } -static int +static gint get_row_padding (void) { /* For small screens, make the header-table's rows be packed closely together */ @@ -521,7 +521,7 @@ composer_header_table_constructor (GType type, GObject *object; EComposerHeaderTablePrivate *priv; guint rows, ii; - int row_padding; + gint row_padding; /* Chain up to parent's constructor() method. */ object = G_OBJECT_CLASS (parent_class)->constructor ( -- cgit v1.2.3