Elm segment control item: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 12:22:10 +01:00
parent b7cf001c31
commit 345a02eac0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Elm.Segment_Control_Item(Elm.Widget.Item)
class Elm.Segment_Control.Item(Elm.Widget.Item)
{
eo_prefix: elm_obj_segment_control_item;
methods {