# HG changeset patch # User Sadrul Habib Chowdhury # Date 1207982824 0 # Node ID a1202a1aa150fd63d9a1f24cf74063514e1ac627 # Parent 2e16a86883c7cf43e956b51b9368dd7a63a2dbf3 Use the desired cursor, instead of always using GDK_WATCH. diff -r 2e16a86883c7 -r a1202a1aa150 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Fri Apr 11 22:53:34 2008 +0000 +++ b/pidgin/gtkutils.c Sat Apr 12 06:47:04 2008 +0000 @@ -2262,7 +2262,7 @@ if (widget->window == NULL) return; - cursor = gdk_cursor_new(GDK_WATCH); + cursor = gdk_cursor_new(cursor_type); gdk_window_set_cursor(widget->window, cursor); gdk_cursor_unref(cursor);