diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-31 19:07:58 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-31 19:07:58 +0800 |
commit | 8ae13251b8cd09e1d077ec1ae46b481769c955f2 (patch) | |
tree | 9f0b1efac06ef53c3334aaa949a809eb1fd36de1 | |
parent | f46f9dd484c83d85ee3ace18ec1cb15473c0f2d2 (diff) | |
download | gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar.gz gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar.bz2 gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar.lz gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar.xz gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.tar.zst gsoc2013-epiphany-8ae13251b8cd09e1d077ec1ae46b481769c955f2.zip |
*** empty log message ***
-rwxr-xr-x | lib/egg/egg-toolbar-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-toolbar-editor.c b/lib/egg/egg-toolbar-editor.c index 88c43bca0..6259f265d 100755 --- a/lib/egg/egg-toolbar-editor.c +++ b/lib/egg/egg-toolbar-editor.c @@ -349,7 +349,7 @@ set_drag_cursor (GtkWidget *widget) GdkPixbuf *pixbuf; pixbuf = gdk_pixbuf_new_from_file (CURSOR_DIR "/art/hand-open.png", NULL); - cursor = gdk_cursor_new_from_pixbuf (gdk_display_get_default (), pixbuf, 0, 0); + cursor = gdk_cursor_new_from_pixbuf (gdk_display_get_default (), pixbuf, 12, 12); gdk_window_set_cursor (widget->window, cursor); gdk_cursor_unref (cursor); |