1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@266 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
skomoroh 2011-03-06 07:01:06 +00:00
parent 0ae400f7cd
commit 27f49e6bc7

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)