diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-16 01:39:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-16 01:39:49 +0300 |
commit | 5b0577885a686199a5dc1ff4d1b0e6bd87665f8e (patch) | |
tree | 57d4385d6e75e1486649db80428ca5a0276fb969 | |
parent | de547ccddec1e59879b66f34e5a977dca08cec75 (diff) |
No mlo_select_all(), probably left out accidentally from Ptyl's commit
Change-Id: I1859f6c05f371fccdd39f903d663d5a452866876
-rw-r--r-- | ios/shared/ios_sharedlo/objective_c/view_controllers/selection/MLOContextualMenuFocus.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/selection/MLOContextualMenuFocus.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/selection/MLOContextualMenuFocus.m index 79ccd4d53566..c9a75c481de5 100644 --- a/ios/shared/ios_sharedlo/objective_c/view_controllers/selection/MLOContextualMenuFocus.m +++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/selection/MLOContextualMenuFocus.m @@ -33,9 +33,11 @@ -(void)loSelectAll:(id) sender{ +#if 0 // No mlo_select_all() anywhere !? NSLog(@"Calling mlo_select_all()"); mlo_select_all(); NSLog(@"mlo_select_all() returned. reshowing contextualMenu"); +#endif [_selectionViewController showPostSelectAll]; } |