Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MoSync/MoSync into MoSyncLib
Browse files Browse the repository at this point in the history
Conflicts:
	runtimes/cpp/platforms/android/SyscallImpl.cpp
	runtimes/java/platforms/androidJNI/AndroidProject/src/com/mosync/java/android/MoSync.java
	testPrograms/DBTest/dbtest.cpp
	testPrograms/DBTest/dbutil.cpp
	testPrograms/ImagePickerTest/NativeScreen.cpp
	tools/idl2/maapi.idl
  • Loading branch information
mattiasbybro committed Jul 8, 2013
2 parents a97d261 + 6e7c93b commit 19226d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ public boolean onPrepareOptionsMenu(Menu menu)
for (int i=0; i < items.size(); i++)
{
MenuItem item = menu.add ( 0, items.get(i).getId(), 0, items.get(i).getTitle() );
// When enabled, use ActionBar items.
// if (NativeUI.mActionBarEnabled)
// {
// item.setShowAsAction(items.get(i).getShowActionFlag());
// }

if ( items.get(i).hasPredefinedIcon() )
{
Expand Down
1 change: 0 additions & 1 deletion tools/idl2/maapi.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6569,7 +6569,6 @@ group PurchaseAPI "Purchase API" {
} // End of Purchase API

group OrientationAPI "Orientation API" {
// Testing modules
#include "Modules/orientation.idl"
} // End of Orientation API

Expand Down

0 comments on commit 19226d4

Please sign in to comment.