hmm need more caffeine to set proper buffer sizes today I guess

SVN revision: 63992
This commit is contained in:
Mike Blumenkrantz 2011-10-11 21:05:32 +00:00
parent f1dc5b0472
commit 09a8378711
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ static void
_select_filter(Elm_Toolbar_Item *it, Evas_Object *obj __UNUSED__, const char *emission, const char *source __UNUSED__)
{
int button;
char buf[sizeof("mouse,clicked,") + 1];
char buf[sizeof("elm,action,click,") + 1];
button = atoi(emission + sizeof("mouse,clicked,") - 1);
if (button == 1) return; /* regular left click event */