summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-04-20 13:47:42 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-04-20 13:47:42 +0000
commitf33a524c445c5d72b03e1c01305c60083b7de965 (patch)
treee2a983ca2c7e6bf7ffd6b337e6745ff4e0bbb216 /atk/atktext.c
parent9bf5a0d1731142d1961a7ab5f5ccd3059fe67d87 (diff)
downloadatk-f33a524c445c5d72b03e1c01305c60083b7de965.tar.gz
Increment version to 1.7.0.
2004-04-20 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Increment version to 1.7.0. * atk/atkcomponent.[ch]: Add new signal "bounds_changed". * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed". Fixes bug #140476. * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF. * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED. * docs/tmpl/atkrelation.sgml: Add new relation * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED Fixes bug #133375. * atk/atktext.c: Make extra_attributes static.
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-xatk/atktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index d9ceb05..b067925 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -23,7 +23,7 @@
#include <string.h>
-GPtrArray *extra_attributes = NULL;
+static GPtrArray *extra_attributes = NULL;
enum {
TEXT_CHANGED,