[gnome-builder] meson-templates: use pattern-cli for empty project



commit b43b222910c89dc4ecf2c121b4632b88c09ad78b
Author: Christian Hergert <chergert redhat com>
Date:   Sat Jan 20 16:44:54 2018 -0800

    meson-templates: use pattern-cli for empty project
    
    We sort of could use a new pattern for "empty", but this is better than
    using the same icon as we do for library.

 src/plugins/meson-templates/meson_templates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index 8559d10aa..280ee5906 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -319,7 +319,7 @@ class EmptyProjectTemplate(MesonTemplate):
         super().__init__(
             'empty',
             _('Empty Project'),
-            'pattern-library',
+            'pattern-cli',
             _('Create a new empty project'),
             ['C', 'C++', 'JavaScript', 'Python', 'Vala'],
             200


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