[sushi] fallbackRenderer: don't call non-existing function



commit 551f86a82223a19daf405a4ffe589f46996326c0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Feb 15 17:39:39 2014 -0800

    fallbackRenderer: don't call non-existing function
    
    We removed this a long ago.

 src/js/ui/fallbackRenderer.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/js/ui/fallbackRenderer.js b/src/js/ui/fallbackRenderer.js
index aaa94a0..0ed7a2d 100644
--- a/src/js/ui/fallbackRenderer.js
+++ b/src/js/ui/fallbackRenderer.js
@@ -147,8 +147,6 @@ FallbackRenderer.prototype = {
 
         if (this._fileLoader.icon)
             this._image.set_from_pixbuf(this._fileLoader.icon);
-        else
-            this._setImageFromType();
 
         this._applyLabels();
         this._mainWindow.refreshSize();


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