[latexila] Other icon for the empty template



commit 5574de89112a140590d84ff48bdb4874bc0f2c87
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Wed Sep 28 17:35:16 2011 +0200

    Other icon for the empty template

 src/templates.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/templates.vala b/src/templates.vala
index 2e76d39..77d344a 100644
--- a/src/templates.vala
+++ b/src/templates.vala
@@ -540,11 +540,10 @@ public class Templates : GLib.Object
         switch (icon_id)
         {
             case "empty":
-                // Same as Stock.NEW (but it's the theme icon name)
-                return "document-new";
+                return "text-x-preview";
 
             case "article":
-                // Same as Stock.FILE
+                // Same as Stock.FILE (but it's the theme icon name)
                 return "text-x-generic";
 
             case "report":



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