Mercurial > pidgin.yaz
changeset 22627:a1202a1aa150
Use the desired cursor, instead of always using GDK_WATCH.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 12 Apr 2008 06:47:04 +0000 |
parents | 2e16a86883c7 |
children | 58b109b8a4e8 |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);