app: the "Tabs Position" menu should only be active in single window mode.

Thanks to Téo for pointing this out.
This commit is contained in:
Jehan 2013-10-25 14:50:04 +13:00
parent 80ed1a7407
commit 8267220651
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ windows_actions_update (GimpActionGroup *group,
}
gimp_action_group_set_action_active (group, action, TRUE);
gimp_action_group_set_action_sensitive (group, "windows-tab-position", config->single_window_mode);
#undef SET_ACTIVE
}