[pitivi: 26/36] Remove the (non working) code to show image width and height
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 26/36] Remove the (non working) code to show image width and height
- Date: Sun, 22 May 2011 20:33:40 +0000 (UTC)
commit 5fe202e8d56a6906af11bddab505fbccceeb9b9f
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Thu May 19 13:26:34 2011 -0400
Remove the (non working) code to show image width and height
pitivi/ui/filechooserpreview.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/filechooserpreview.py b/pitivi/ui/filechooserpreview.py
index 08d4413..ad169c5 100644
--- a/pitivi/ui/filechooserpreview.py
+++ b/pitivi/ui/filechooserpreview.py
@@ -212,9 +212,6 @@ class PreviewWidget(gtk.VBox, Loggable):
self.seeker.hide()
self.b_zoom_in.show()
self.b_zoom_out.show()
- desc = "<b>Image</b> <i>%dx%d pixel</i>"
- desc = desc % (pixbuf_w, pixbuf_h)
- self.description = desc
else:
self.current_preview_type = 'video'
self.preview_image.hide()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]