diff options
Diffstat (limited to 'mail/e-mail-notebook-view.c')
-rw-r--r-- | mail/e-mail-notebook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-notebook-view.c b/mail/e-mail-notebook-view.c index c4e0ed3fd1..1d158fd398 100644 --- a/mail/e-mail-notebook-view.c +++ b/mail/e-mail-notebook-view.c @@ -374,7 +374,7 @@ adjust_label_size_request (GtkWidget *view, GtkWidget *label) { GtkRequisition requisition; - int max_width = allocation->width / 2; + gint max_width = allocation->width / 2; /* We make sure the label is not over-ellipisized, but doesn't * get too big to cause the tab to not fit either. */ |