Explorar o código

update readme.md

olinox %!s(int64=8) %!d(string=hai) anos
pai
achega
7d14bf48ae
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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)*
 
-[![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!
 

+ 1 - 1
tools/gridviewer/GridViewer.py

@@ -156,7 +156,7 @@ class GridViewer(QMainWindow):
             self._update_stack_job()
 
     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()
 
     def _update_stack_job(self):