From 0c070cdf91c2956ba057364eb63cc422a79b6c88 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 16 Jan 2011 23:19:28 +0100 Subject: [PATCH] ClutterX11TexturePixmap: Fix doc comment The wrong signal name was used probably a copy & paste mistake, fix that. --- clutter/x11/clutter-x11-texture-pixmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/x11/clutter-x11-texture-pixmap.c b/clutter/x11/clutter-x11-texture-pixmap.c index f9681eb..3acadce 100644 --- a/clutter/x11/clutter-x11-texture-pixmap.c +++ b/clutter/x11/clutter-x11-texture-pixmap.c @@ -663,7 +663,7 @@ clutter_x11_texture_pixmap_class_init (ClutterX11TexturePixmapClass *klass) * ClutterX11TexturePixmap::update-area: * @texture: the object which received the signal * - * The ::hide signal is emitted to ask the texture to update its + * The ::update-area signal is emitted to ask the texture to update its * content from its source pixmap. * * Since: 0.8 -- 2.7.4