Tiling: Allow changing tiling mode through key-binding from all desktops.

Without this it is impossible to change the tiling mode using the key binding
but you can still change it using the gadget which is stupid.
This commit is contained in:
Tom Hacohen 2014-05-06 14:41:48 +01:00
parent f3d0f73cf6
commit 10d009339a
1 changed files with 0 additions and 9 deletions

View File

@ -827,15 +827,6 @@ static void
_e_mod_action_toggle_split_mode(E_Object *obj EINA_UNUSED,
const char *params EINA_UNUSED)
{
E_Desk *desk;
desk = get_current_desk();
if (!desk)
return;
if (!desk_should_tile_check(desk))
return;
_tiling_split_type_next();
}