소스 검색

update readme.md

olinox 8 년 전
부모
커밋
7d14bf48ae
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      tools/gridviewer/GridViewer.py

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Generates an hexagonal or square grid and implement it in your game!
 
 
 *pypog is under [GNU License](https://github.com/olinox14/pypog/blob/master/LICENSE.txt)*
 *pypog is under [GNU License](https://github.com/olinox14/pypog/blob/master/LICENSE.txt)*
 
 
-[![Build Status](https://travis-ci.org/olinox14/pypog.svg?branch=master)](https://travis-ci.org/olinox14/pypog) [![Coverage Status](https://coveralls.io/repos/github/olinox14/pypog/badge.svg?branch=master)](https://coveralls.io/github/olinox14/pypog?branch=master)
+[![Build Status](https://travis-ci.org/cro-ki/pypog.svg?branch=master)](https://travis-ci.org/cro-ki/pypog) [![Coverage Status](https://coveralls.io/repos/github/cro-ki/pypog/badge.svg?branch=master)](https://coveralls.io/github/cro-ki/pypog?branch=master)
 
 
 ### Pypog is currently on developpement, do not hesitate to involve!
 ### Pypog is currently on developpement, do not hesitate to involve!
 
 

+ 1 - 1
tools/gridviewer/GridViewer.py

@@ -156,7 +156,7 @@ class GridViewer(QMainWindow):
             self._update_stack_job()
             self._update_stack_job()
 
 
     def job_validate_clicked(self):
     def job_validate_clicked(self):
-        self.save_result_for(*self.job_results[self.job_index])
+        self.save_result(*self.job_results[self.job_index])
         self._update_stack_job()
         self._update_stack_job()
 
 
     def _update_stack_job(self):
     def _update_stack_job(self):