X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas_object.c;h=3be8bf694eef5ca9a78bb0d023cb042caa4a7b53;hp=a054a08d9cd7241bf3b5cafd09c1865ad3434070;hb=c3202d026f3800676461ee407f2a5e46dc20e2f2;hpb=cc94e96e0c0ebd8dffacff3fc306460cd234f1af diff --git a/src/rb_evas_object.c b/src/rb_evas_object.c index a054a08..3be8bf6 100644 --- a/src/rb_evas_object.c +++ b/src/rb_evas_object.c @@ -1,6 +1,4 @@ /* - * $Id: rb_evas_object.c 369 2006-02-15 18:09:44Z tilman $ - * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * * This library is free software; you can redistribute it and/or @@ -306,8 +304,6 @@ static VALUE c_name_set (VALUE self, VALUE val) { GET_OBJ (self, RbEvasObject, e); - Check_Type (val, T_STRING); - evas_object_name_set (e->real, StringValuePtr (val)); return Qnil;