pidgin: ffdf0fb5: Use the desired cursor, instead of alway...
sadrul at pidgin.im
sadrul at pidgin.im
Sat Apr 12 03:05:50 EDT 2008
-----------------------------------------------------------------
Revision: ffdf0fb52f71065a72ffb91d301d1bc9eee16f1e
Ancestor: 4a7fc8bbb7dca50f323427f841dc0ad3b71d1b2b
Author: sadrul at pidgin.im
Date: 2008-04-12T06:47:04
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ffdf0fb52f71065a72ffb91d301d1bc9eee16f1e
Modified files:
pidgin/gtkutils.c
ChangeLog:
Use the desired cursor, instead of always using GDK_WATCH.
-------------- next part --------------
============================================================
--- pidgin/gtkutils.c d3e154b02a687731889ad0f4e7ad296cb02ec812
+++ pidgin/gtkutils.c f10cc15bc9d45b63d1c3d5d5499269142d43f7ba
@@ -2262,7 +2262,7 @@ void pidgin_set_cursor(GtkWidget *widget
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);
More information about the Commits
mailing list