From 0884923875c32f31b221b3bffb90e38937ce8214 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Fri, 29 Aug 2008 19:48:43 +0100 Subject: [PATCH] Fix text alignment in --think mode --- src/bubblegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bubblegen.c b/src/bubblegen.c index ed15358..985f1bc 100644 --- a/src/bubblegen.c +++ b/src/bubblegen.c @@ -288,7 +288,7 @@ GdkPixbuf *make_text_bubble(char *text, int *p_width, int *p_height, cowmode_t m // Render the text gdk_draw_layout(bubble.pixmap, bubble.gc, - bubble_content_left(NORMAL), bubble_content_top(), layout); + bubble_content_left(mode), bubble_content_top(), layout); // Make sure to free the Pango objects g_object_unref(pango_context); -- 2.39.2