diff pyntnclick/state.py @ 679:fa168b5e2624 pyntnclick

The return of the message dialog (and there was much rejoicing)
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 12 Feb 2012 23:06:44 +0200
parents a8c42709a689
children 497b6d7c55e7
line wrap: on
line diff
--- a/pyntnclick/state.py	Sun Feb 12 21:47:06 2012 +0200
+++ b/pyntnclick/state.py	Sun Feb 12 23:06:44 2012 +0200
@@ -37,7 +37,7 @@
         """Helper function to do the right thing with a result object"""
         self.play_sound(scene_widget)
         if self.message:
-            scene_widget.show_message(self.message, self.style)
+            scene_widget.show_message(self.message)
         if self.detail_view:
             scene_widget.show_detail(self.detail_view)
         if (self.close_detail