Skip to content

Commit

Permalink
Merge pull request MoSync#235 from grigaci/ThreeOneOne
Browse files Browse the repository at this point in the history
Fix for MOSYNC-2366 "OptionsMenu Test doesn't compile".
  • Loading branch information
Ali Sarrafi committed Sep 12, 2012
2 parents f33479a + 7bfe21b commit 3c40e46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.res RES_IMAGE
.image "image.png"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ SettingsScreen::SettingsScreen(SettingsScreenListener* listener):

mIPEditBox->addEditBoxListener(this);
mPortEditBox->addEditBoxListener(this);
if (isAndroid())
{
mTickerText->addEditBoxListener(this);
mContentTitle->addEditBoxListener(this);
}
mConnectButton->addButtonListener(this);

if (isAndroid())
Expand Down

0 comments on commit 3c40e46

Please sign in to comment.