[pitivi/ges: 105/287] Re-disable icons on buttons



commit 77d7f9bed4d9c9fb09013acbc68310af4b642d86
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Tue Dec 20 18:32:34 2011 -0500

    Re-disable icons on buttons
    
    Reverts an incorrect merge that overwrote commit 1e7aeae231

 pitivi/ui/viewer.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index d6f05d8..ef133a3 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -1100,9 +1100,6 @@ class PlayPauseButton(gtk.Button, Loggable):
         Loggable.__init__(self)
         self.image = gtk.Image()
         self.add(self.image)
-        self.playing = True
-
-        self.get_settings().props.gtk_button_images = True
         self.playing = False
         self.setPlay()
         self.connect('clicked', self._clickedCb)



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