Fixed link hand cursor

This commit is contained in:
Jesse van den Kieboom 2006-03-23 20:30:36 +00:00
parent 9c9176912e
commit 1ca00999e7
1 changed files with 1 additions and 1 deletions

View File

@ -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);