Skip to content

Commit

Permalink
Fixed the about dialog menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaholst committed Mar 20, 2012
1 parent 8d37b14 commit 5ed80a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/uk/org/ngo/squeezer/NowPlayingFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicReference;

import uk.org.ngo.squeezer.dialogs.AboutDialog;
import uk.org.ngo.squeezer.dialogs.ConnectingDialog;
import uk.org.ngo.squeezer.dialogs.EnableWifiDialog;
import uk.org.ngo.squeezer.dialogs.SqueezerAuthenticationDialog;
Expand Down Expand Up @@ -743,9 +744,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
SqueezerPlayerListActivity.show(mActivity);
return true;
case R.id.menu_item_about:
// XXX: Need to correct this (or push it in to the activity).

// new AboutDialog().show(getSupportFragmentManager(), "AboutDialog");
new AboutDialog().show(getFragmentManager(), "AboutDialog");
return true;
}
return false;
Expand Down

0 comments on commit 5ed80a5

Please sign in to comment.