[atk] text: restore G_SIGNAL_DETAILED on AtkText::text-changed
- From: Alejandro Piñeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] text: restore G_SIGNAL_DETAILED on AtkText::text-changed
- Date: Wed, 11 Dec 2013 15:29:20 +0000 (UTC)
commit 693ff82e87471a2268fde236a0c97befe7d970c6
Author: Alejandro Piñeiro <apinheiro igalia com>
Date: Wed Dec 11 16:28:01 2013 +0100
text: restore G_SIGNAL_DETAILED on AtkText::text-changed
Removed recently by mistake.
atk/atktext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk/atktext.c b/atk/atktext.c
index 7e67d05..a8f44d5 100755
--- 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]