gcompris r3383 - branches/gcomprixogoo/src/tuxpaint-activity



Author: bcoudoin
Date: Sun Apr 20 12:54:22 2008
New Revision: 3383
URL: http://svn.gnome.org/viewvc/gcompris?rev=3383&view=rev

Log:
screensize no more available in GCompris, thus no more
passed on to tuxpaint


Modified:
   branches/gcomprixogoo/src/tuxpaint-activity/tuxpaint.py

Modified: branches/gcomprixogoo/src/tuxpaint-activity/tuxpaint.py
==============================================================================
--- branches/gcomprixogoo/src/tuxpaint-activity/tuxpaint.py	(original)
+++ branches/gcomprixogoo/src/tuxpaint-activity/tuxpaint.py	Sun Apr 20 12:54:22 2008
@@ -90,16 +90,6 @@
     if (Prop.fullscreen and eval(self.config_dict['fullscreen'])):
       options.append('--fullscreen')
 
-    # tuxpaint size are 800x600 and 640x480 in 9.14
-    # in cvs (future 9.15) it will be
-    # [--640x480   | --800x600   | --1024x768 |
-    #  --1280x1024 | --1400x1050 | --1600x1200]
-    if (Prop.screensize and eval(self.config_dict['size'])):
-      if (Prop.screensize >=1):
-        options.append('--800x600')
-      else:
-        options.append('--640x480')
-
     if eval(self.config_dict['disable_shape_rotation']):
       options.append('--simpleshapes')
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]