[libgda/gtk3] GdauiRtEditor: signal all editor changes



commit b6a7897dfd2e6f7cb620fdc74f8c8d09157591fd
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]