Correct order of attribute names in text_attr_name array.
authorPadraig O'Briain <padraigo@src.gnome.org>
Mon, 15 Oct 2001 08:06:40 +0000 (08:06 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 15 Oct 2001 08:06:40 +0000 (08:06 +0000)
* atk/atktext.c:
Correct order of attribute names in text_attr_name array.

ChangeLog
atk/atktext.c

index 2ce3c98..9cebe31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atktext.c:
+       Correct order of attribute names in text_attr_name array.
+
 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk/atktext.[c|h]:
index 8642240..424f507 100755 (executable)
@@ -50,8 +50,8 @@ static const gchar * text_attr_name[] = {
   "fg_stipple",
   "wrap_mode",
   "direction",
-  "stretch",
   "justification",
+  "stretch",
   "variant",
   "slant_style",
 };