aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-buffer-tagger.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-buffer-tagger.c')
-rw-r--r--e-util/e-buffer-tagger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-buffer-tagger.c b/e-util/e-buffer-tagger.c
index ccd23dc158..c3c923aa7b 100644
--- a/e-util/e-buffer-tagger.c
+++ b/e-util/e-buffer-tagger.c
@@ -609,7 +609,7 @@ e_buffer_tagger_connect (GtkTextView *textview)
g_signal_connect (
buffer, "delete-range",
G_CALLBACK (buffer_delete_range), NULL);
- e_signal_connect_notify (
+ g_signal_connect (
buffer, "notify::cursor-position",
G_CALLBACK (buffer_cursor_position), NULL);