diff options
author | Paolo Borelli <pborelli@gnome.org> | 2011-01-09 01:32:49 +0100 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2011-01-09 21:59:50 +0100 |
commit | fadca187f2cc1f011937c789edd21909f68d0aa1 (patch) | |
tree | 9fc1f783f4b17de4ce2c489a2a23583234cecb0e /modules | |
parent | 12c4730e6f65bcd72c3335deab798a08b439a410 (diff) | |
download | gtk+-fadca187f2cc1f011937c789edd21909f68d0aa1.tar.gz |
Remove stipple attributes
GtkTextView does not support them anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=639030
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/gailtextview.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/other/gail/gailtextview.c b/modules/other/gail/gailtextview.c index 776ce8b687..00b45b0aa2 100644 --- a/modules/other/gail/gailtextview.c +++ b/modules/other/gail/gailtextview.c @@ -698,9 +698,6 @@ gail_text_view_get_default_attributes (AtkText *text) attrib_set = add_text_attribute (attrib_set, ATK_TEXT_ATTR_INVISIBLE, text_attrs->invisible); attrib_set = add_text_attribute (attrib_set, ATK_TEXT_ATTR_BG_FULL_HEIGHT, text_attrs->bg_full_height); - attrib_set = gail_misc_add_attribute (attrib_set, ATK_TEXT_ATTR_FG_STIPPLE, NULL); - attrib_set = gail_misc_add_attribute (attrib_set, ATK_TEXT_ATTR_BG_STIPPLE, NULL); - attrib_set = add_text_attribute (attrib_set, ATK_TEXT_ATTR_STRIKETHROUGH, text_attrs->appearance.strikethrough); attrib_set = add_text_attribute (attrib_set, ATK_TEXT_ATTR_UNDERLINE, |