mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
fix ClassCastException: 0 isn't a long; 0L is
This commit is contained in:
parent
ae86378bcd
commit
2f6c6b0644
1 changed files with 1 additions and 1 deletions
|
@ -1976,7 +1976,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
DictLangCache.haveDict( m_activity, nli.lang, nli.dict );
|
||||
}
|
||||
if ( !haveDict ) {
|
||||
showDialogFragment( DlgID.WARN_NODICT_NEW, 0, nli.dict, nli.lang );
|
||||
showDialogFragment( DlgID.WARN_NODICT_NEW, 0L, nli.dict, nli.lang );
|
||||
}
|
||||
return haveDict;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue