[libgda] GdauiRtEditor: signal all editor changes
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] GdauiRtEditor: signal all editor changes
- Date: Thu, 23 Dec 2010 11:33:54 +0000 (UTC)
commit fd325eba16e18e777923de2b7210e5886d245f14
Author: Vivien Malerba <malerba gnome-db org>
Date: Mon Dec 20 22:06:09 2010 +0100
GdauiRtEditor: signal all editor changes
libgda-ui/gdaui-rt-editor.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libgda-ui/gdaui-rt-editor.c b/libgda-ui/gdaui-rt-editor.c
index 0db11a7..8b2f809 100644
--- a/libgda-ui/gdaui-rt-editor.c
+++ b/libgda-ui/gdaui-rt-editor.c
@@ -564,6 +564,10 @@ apply_tag (GdauiRtEditor *rte, gboolean reverse, GtkTextTag *tag)
}
}
}
+
+ if (rte->priv->enable_changed_signal)
+ g_signal_emit (rte, gdaui_rt_editor_signals[CHANGED], 0, NULL);
+
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]