Elm view: Fix namespacing to use . and not _.
authorTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 10:23:13 +0000 (11:23 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 10:23:13 +0000 (11:23 +0100)
src/lib/elementary/elm_view_form.eo
src/lib/elementary/elm_view_list.eo

index d3c37b7..2439e1b 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.View_Form (Eo.Base)
+class Elm.View.Form (Eo.Base)
 {
     legacy_prefix: null;
     methods {
index cbef664..c47f7c9 100644 (file)
@@ -1,6 +1,6 @@
 import elm_genlist_item;
 
-class Elm.View_List (Eo.Base)
+class Elm.View.List (Eo.Base)
 {
     legacy_prefix: null;
     methods {