1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
git-svn-id: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@266 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
skomoroh 2011-03-06 07:01:06 +00:00
parent db7bd7791d
commit 0f91eb03dd

View file

@ -467,8 +467,9 @@ class PysolMenubar(PysolMenubarTk):
self.game._mahjonggShuffle()
def mFindCard(self, *args):
create_find_card_dialog(self.game.top, self.game,
self.app.getFindCardImagesDir())
if self.game.canFindCard():
create_find_card_dialog(self.game.top, self.game,
self.app.getFindCardImagesDir())
def mSolver(self, *args):
create_solver_dialog(self.game.top, self.app)