From 1ca00999e7693e0c565f109ee248afe462bc09ba Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Thu, 23 Mar 2006 20:30:36 +0000 Subject: [PATCH] Fixed link hand cursor --- gnoemoe/widgets/gm-world-text-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnoemoe/widgets/gm-world-text-view.c b/gnoemoe/widgets/gm-world-text-view.c index c774004..9d14cc2 100644 --- a/gnoemoe/widgets/gm-world-text-view.c +++ b/gnoemoe/widgets/gm-world-text-view.c @@ -1398,7 +1398,7 @@ on_gm_world_text_view_event(GmWorldTextView *view, GdkEventMotion *event, buf_y); if (!hand) { - hand = gdk_cursor_new(GDK_FLEUR); + hand = gdk_cursor_new(GDK_HAND1); } has_tag = gtk_text_iter_has_tag(&iter, tag);