Created
July 11, 2012 21:56
-
-
Save AphonicChaos/3093887 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kivy/core/window/window_pygame.py b/kivy/core/window/window_pygame.py | |
index 338d8b1..d6eaae6 100644 | |
--- a/kivy/core/window/window_pygame.py | |
+++ b/kivy/core/window/window_pygame.py | |
@@ -154,6 +154,7 @@ class WindowPygame(WindowBase): | |
pygame.display.set_caption(self.title) | |
def set_icon(self, filename): | |
+ Logger.info('icon: {}'.format(filename)) | |
try: | |
if not exists(filename): | |
return False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment