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=67845fb988e8d7b49441db238a900e7d7781894a;hp=da77200cbbdda2331d1c923072470ce95cbe2a03;hpb=0e3c1a6bbc18562c515bd10e2ca9d5bf32b9780f;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); }