[latexila] Other icon for the empty template
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Other icon for the empty template
- Date: Wed, 28 Sep 2011 15:36:09 +0000 (UTC)
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]