projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368d142
)
text: restore G_SIGNAL_DETAILED on AtkText::text-changed
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 11 Dec 2013 15:28:01 +0000
(16:28 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 11 Dec 2013 15:28:01 +0000
(16:28 +0100)
Removed recently by mistake.
atk/atktext.c
patch
|
blob
|
history
diff --git
a/atk/atktext.c
b/atk/atktext.c
index
7e67d05
..
a8f44d5
100755
(executable)
--- a/
atk/atktext.c
+++ b/
atk/atktext.c
@@
-205,7
+205,7
@@
atk_text_base_init (AtkTextIface *class)
atk_text_signals[TEXT_CHANGED] =
g_signal_new ("text_changed",
ATK_TYPE_TEXT,
- G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_LAST
| G_SIGNAL_DETAILED
,
G_STRUCT_OFFSET (AtkTextIface, text_changed),
(GSignalAccumulator) NULL, NULL,
atk_marshal_VOID__INT_INT,