[metacity/cowbell] 'justify' is a synonym for 'left' here
- From: Thomas James Alexander Thurman <tthurman src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [metacity/cowbell] 'justify' is a synonym for 'left' here
- Date: Mon, 26 Oct 2009 21:28:07 +0000 (UTC)
commit fda95ce91c029d8f51e8d9b505e8fbf5977ad855
Author: Thomas Thurman <tthurman gnome org>
Date: Mon Oct 26 17:24:00 2009 -0400
'justify' is a synonym for 'left' here
src/ui/theme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 2f4c611..fccf794 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -360,7 +360,7 @@ cowbell_style_title_text (ccss_stylesheet_t *stylesheet,
if (ccss_style_get_string (style, "text-align", &align))
{
- if (strcmp (align, "left")==0)
+ if (strcmp (align, "left")==0 || strcmp (align, "justify")==0)
{
pango_layout_set_alignment (layout, PANGO_ALIGN_LEFT);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]