aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-editable-toolbar.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-04-17 06:32:22 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-04-17 06:32:22 +0800
commitbacfe4d52721a0ececa736c3f8d3d9aa4d90b71a (patch)
tree0132bdb0474a24680fc0657256874d347b585fc0 /lib/egg/egg-editable-toolbar.c
parent89b04928135f31570ed73da6c440f6bef674e901 (diff)
downloadgsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar.gz
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar.bz2
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar.lz
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar.xz
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.tar.zst
gsoc2013-epiphany-bacfe4d52721a0ececa736c3f8d3d9aa4d90b71a.zip
Resync with egg
2004-04-17 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/Makefile.am: * lib/egg/egg-editable-toolbar.c: (set_drag_cursor): * lib/egg/egg-toolbar-editor.c: (set_drag_cursor): * lib/egg/eggstatusicon.c: (egg_status_icon_init), (egg_status_icon_button_press), (egg_status_icon_button_release): Resync with egg
Diffstat (limited to 'lib/egg/egg-editable-toolbar.c')
-rwxr-xr-xlib/egg/egg-editable-toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c
index b9eb0e840..7b44fd427 100755
--- a/lib/egg/egg-editable-toolbar.c
+++ b/lib/egg/egg-editable-toolbar.c
@@ -266,7 +266,7 @@ set_drag_cursor (GtkWidget *widget)
GdkCursor *cursor;
GdkPixbuf *pixbuf;
- pixbuf = gdk_pixbuf_new_from_file (CURSOR_DIR "/art/hand-open.png", NULL);
+ pixbuf = gdk_pixbuf_new_from_file (CURSOR_DIR "/hand-open.png", NULL);
cursor = gdk_cursor_new_from_pixbuf (gdk_display_get_default (),
pixbuf, 12, 12);
gdk_window_set_cursor (widget->window, cursor);