Elm image: Use correct Eolian namespace syntax.

This commit is contained in:
Tom Hacohen 2015-04-22 12:55:13 +01:00
parent 8bbdeb3d93
commit efc0d3ef35
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
class Elm.Icon (Elm_Image)
class Elm.Icon (Elm.Image)
{
eo_prefix: elm_obj_icon;
properties {
@ -101,7 +101,7 @@ class Elm.Icon (Elm_Image)
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm.Widget.theme_apply;
Elm_Image.memfile.set;
Elm.Image.memfile.set;
Efl.File.file.set;
}
events {

View File

@ -1,4 +1,4 @@
class Elm_Image (Elm.Widget, Efl.File, Efl.Image, Evas.Clickable_Interface,
class Elm.Image (Elm.Widget, Efl.File, Efl.Image, Evas.Clickable_Interface,
Edje.Object,
Elm_Interface_Atspi_Image, Elm_Interface_Atspi_Widget_Action)
{