[gnome-builder] autotools-templates: use new pattern icons
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] autotools-templates: use new pattern icons
- Date: Sun, 24 Apr 2016 18:49:21 +0000 (UTC)
commit 3dd3f3de576a0d032f8ff0a4a1dd64ab84e3eee8
Author: Christian Hergert <chergert redhat com>
Date: Sun Apr 24 11:49:03 2016 -0700
autotools-templates: use new pattern icons
.../autotools_templates/__init__.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/__init__.py
b/plugins/autotools-templates/autotools_templates/__init__.py
index 001cc9e..96bbb06 100644
--- a/plugins/autotools-templates/autotools_templates/__init__.py
+++ b/plugins/autotools-templates/autotools_templates/__init__.py
@@ -196,7 +196,7 @@ class LibraryProjectTemplate(AutotoolsTemplate):
super().__init__(
'shared-library',
_("Shared Library"),
- 'application-x-executable-symbolic',
+ 'pattern-library',
_("Create a new autotools project with a shared library"),
['C', 'C++', 'Vala']
)
@@ -219,7 +219,8 @@ class EmptyProjectTemplate(AutotoolsTemplate):
super().__init__(
'empty',
_("Empty Project"),
- 'application-x-executable-symbolic',
+ # it would be nice to have a different icon here.
+ 'pattern-library',
_("Create a new empty autotools project"),
['C', 'C++', 'Vala']
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]