[gtk+] Remove stipple attributes
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove stipple attributes
- Date: Sun, 9 Jan 2011 20:58:36 +0000 (UTC)
commit fadca187f2cc1f011937c789edd21909f68d0aa1
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Jan 9 01:32:49 2011 +0100
Remove stipple attributes
GtkTextView does not support them anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=639030
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 776ce8b..00b45b0 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]