[gnome-builder] templates: set template icon to application-x-executable-symbolic
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] templates: set template icon to application-x-executable-symbolic
- Date: Sun, 3 Apr 2016 03:33:51 +0000 (UTC)
commit 177a9d9a35c89d20a1bd40e964db270057dbbf68
Author: Christian Hergert <chergert redhat com>
Date: Sat Apr 2 20:33:38 2016 -0700
templates: set template icon to application-x-executable-symbolic
.../library-template/library_template/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/library-template/library_template/__init__.py
b/plugins/library-template/library_template/__init__.py
index 937b8e3..aa83102 100644
--- a/plugins/library-template/library_template/__init__.py
+++ b/plugins/library-template/library_template/__init__.py
@@ -58,7 +58,7 @@ class LibraryProjectTemplate(Ide.TemplateBase, Ide.ProjectTemplate):
return ['C']
def do_get_icon_name(self):
- return 'template-shared-library'
+ return 'application-x-executable-symbolic'
def do_expand_async(self, params, cancellable, callback, data):
name = params['name'].get_string().lower()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]