Fix.
authorStefanos Harhalakis <v13@v13.gr>
Fri, 16 Jul 2010 20:09:37 +0000 (20:09 +0000)
committerStefanos Harhalakis <v13@v13.gr>
Fri, 16 Jul 2010 20:09:37 +0000 (20:09 +0000)
Cleanup.

src/icon.py
src/win_config.py

index c1a8096..69f3b04 100755 (executable)
@@ -101,8 +101,6 @@ class Icon(gobject.GObject):
            g=0.3+0.5*t
            b=0.3+0.7*t
            cr.set_source_rgba(0, g, b, 0.7)
-           print "t:", t
-
        else:
            cr.set_source_rgba(0.3, 0.3, 0.3, 0.7)
 
@@ -147,8 +145,6 @@ class Icon(gobject.GObject):
 #      if not self.ispressed:
 #          return(False)
 
-       print "timerPressed"
-
        self.invalidate()
 
        if self.timePressed()>self.presstime:
index 5e638c3..5e0981c 100755 (executable)
@@ -246,7 +246,7 @@ class WinConfig(StackableWindow):
                        app=aps[i]
                        break
            if app!=None:
-               app['icon2']=getIcon(app['icon'])
+               app['icon2']=getIcon(app['icon'], self.config.getIconSize())
            else:
                app={
                    'id':       None,