From fba1d2fa3c2e0442657d5c5bf4a68bd00e3dec61 Mon Sep 17 00:00:00 2001 From: rephorm Date: Wed, 23 Aug 2006 00:34:33 +0000 Subject: [PATCH] fix cursor changes on border resize hotspots SVN revision: 25048 --- src/bin/e_bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_bindings.c b/src/bin/e_bindings.c index e37b232a2..fbb1048ce 100644 --- a/src/bin/e_bindings.c +++ b/src/bin/e_bindings.c @@ -55,7 +55,7 @@ e_bindings_init(void) if ((eb->action) && (eb->signal) && (eb->source) && (!strcmp(eb->action, "window_resize")) && (!strncmp(eb->signal, "mouse,down,", 11)) && - (!strncmp(eb->source, "resize_", 7))) + (!strncmp(eb->source, "e.event.resize.", 15))) { char params[32]; snprintf(params, sizeof(params), "resize_%s", eb->params);