Skip to content

Instantly share code, notes, and snippets.

@AphonicChaos
Created July 11, 2012 21:56
Show Gist options
  • Save AphonicChaos/3093887 to your computer and use it in GitHub Desktop.
Save AphonicChaos/3093887 to your computer and use it in GitHub Desktop.
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