another comment

SVN revision: 55704
This commit is contained in:
Mike Blumenkrantz 2010-12-22 22:41:26 +00:00
parent aa202802e4
commit 6dd6c9bc89
1 changed files with 1 additions and 1 deletions

View File

@ -2475,7 +2475,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_x = current_desk->x /* + x <=this is always 0 */;
desk_y = current_desk->y /* + y <=this is always 0 */;
if (!strcmp(params, "left"))