[pitivi: 1/41] Revert "Force the play button to be visible, regardless of the gtk-button-images setting."



commit 1e7aeae23107cd6619f6a68fab653b8df6d321ec
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Fri Jul 15 00:07:59 2011 -0400

    Revert "Force the play button to be visible, regardless of the gtk-button-images setting."
    
    This reverts commit 24a13dae34de9c70bd51c39f1568454c4257dece.
    Fixes bug #608930

 pitivi/ui/viewer.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index e35e0e5..ae17d17 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -644,7 +644,6 @@ class PlayPauseButton(gtk.Button, Loggable):
     def __init__(self):
         gtk.Button.__init__(self, label="")
         Loggable.__init__(self)
-        self.get_settings().props.gtk_button_images = True
         self.playing = True
         self.setPlay()
         self.connect('clicked', self._clickedCb)



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