add comment

SVN revision: 55701
This commit is contained in:
Mike Blumenkrantz 2010-12-22 22:31:24 +00:00
parent 045750c946
commit 75f95cebe2
1 changed files with 1 additions and 1 deletions

View File

@ -2476,7 +2476,7 @@ _pager_popup_cb_action_switch(E_Object *obj __UNUSED__, const char *params, Ecor
e_zone_desk_count_get(act_popup->pager->zone, &max_x, &max_y);
desk_x = current_desk->x + x;
desk_y = current_desk->y + y;
desk_y = current_desk->y /* + y <=this is always 0 */;
if (!strcmp(params, "left"))
x = -1;