X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-annotation-window.c;h=f47d9f6da10f48d84e1c63e204e5b47be0af3f6c;hb=480e86e21cd0534a4f278b747c5f499b867f53d9;hp=da77200cbbdda2331d1c923072470ce95cbe2a03;hpb=71a5d3639947a8a211fe14ab4cf5d63ff6675b62;p=evince.git diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index da77200c..f47d9f6d 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -253,7 +253,7 @@ ev_annotation_window_set_resize_cursor (GtkWidget *widget, GDK_BOTTOM_LEFT_CORNER : GDK_BOTTOM_RIGHT_CORNER); gdk_window_set_cursor (gdk_window, cursor); - gdk_cursor_unref (cursor); + g_object_unref (cursor); } else { gdk_window_set_cursor (gdk_window, NULL); }