[gnome-builder] library: project names should be lowercase
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] library: project names should be lowercase
- Date: Thu, 28 Jan 2016 11:21:48 +0000 (UTC)
commit 704cd4b60e3dcd7fc613bf8c7ecb59c9b32204d0
Author: Christian Hergert <chergert redhat com>
Date: Thu Jan 28 12:21:36 2016 +0100
library: project names should be lowercase
.../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 2180b1f..62ef366 100644
--- a/plugins/library-template/library_template/__init__.py
+++ b/plugins/library-template/library_template/__init__.py
@@ -61,7 +61,7 @@ class LibraryProjectTemplate(Ide.TemplateBase, Ide.ProjectTemplate):
return 'template-shared-library'
def do_expand_async(self, params, cancellable, callback, data):
- name = params['name'].get_string()
+ name = params['name'].get_string().lower()
directory = Gio.File.new_for_path(name)
scope = Template.Scope.new()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]