IconEditor/IconEditorWindow.py

changeset 2957
c7f8c7561542
parent 2807
73c38615aced
child 2992
dbdf27746da5
diff -r 615dbd8a696a -r c7f8c7561542 IconEditor/IconEditorWindow.py
--- a/IconEditor/IconEditorWindow.py	Sun Sep 29 10:19:28 2013 +0200
+++ b/IconEditor/IconEditorWindow.py	Sun Sep 29 10:22:44 2013 +0200
@@ -992,6 +992,8 @@
     def __saveIcon(self):
         """
         Private slot to save the icon.
+        
+        @return flag indicating success (boolean)
         """
         if not self.__fileName:
             return self.__saveIconAs()
@@ -1001,6 +1003,8 @@
     def __saveIconAs(self):
         """
         Private slot to save the icon with a new name.
+        
+        @return flag indicating success (boolean)
         """
         if not self.__lastSavePath:
             if self.__project and self.__project.isOpen():

eric ide

mercurial