summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2009-01-12 17:21:24 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2009-01-12 17:21:24 +0000
commit8657516c26e4ce5d391c16ee519e147a12ce596a (patch)
treee0dd717f97566e43725a7f51a6d638e43280c260 /gtk/gtktextbuffer.c
parent1a7c0ed0996997fc45cbd71ea4eb6809b11ed89f (diff)
downloadgtk+-8657516c26e4ce5d391c16ee519e147a12ce596a.tar.gz
use the normalized name in last patch's signal
svn path=/trunk/; revision=22101
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 8ce3b38a5b..ceaa11344a 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -593,7 +593,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass)
* Since: 2.16
*/
signals[PASTE_DONE] =
- g_signal_new (I_("paste_done"),
+ g_signal_new (I_("paste-done"),
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GtkTextBufferClass, paste_done),