aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-info-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-info-label.c')
-rw-r--r--widgets/misc/e-info-label.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-info-label.c b/widgets/misc/e-info-label.c
index 4e158d4117..3333d47202 100644
--- a/widgets/misc/e-info-label.c
+++ b/widgets/misc/e-info-label.c
@@ -51,7 +51,7 @@ el_destroy (GtkObject *o)
((GtkObjectClass *)el_parent)->destroy(o);
}
-static int
+static gint
el_expose_event(GtkWidget *w, GdkEventExpose *event)
{
gint x = ((GtkContainer *)w)->border_width;
@@ -66,7 +66,7 @@ el_expose_event(GtkWidget *w, GdkEventExpose *event)
return ((GtkWidgetClass *)el_parent)->expose_event(w, event);
}
-static int
+static gint
get_text_full_width (GtkWidget *label)
{
PangoLayout *layout;