[AdgToyText] Don't set custom properties in _init()
commit66981e998f9571d9f50c3b5d30dac5891dfab1a0
authorNicola Fontana <ntd@entidi.it>
Mon, 26 Oct 2009 16:15:17 +0000 (26 17:15 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 27 Oct 2009 15:10:41 +0000 (27 16:10 +0100)
treea97ac5c12f729b0cc2e6ebce2f9bddc9e3f3ab92
parentfcde33552965a5e72a15e599c14af45d7b948a84
[AdgToyText] Don't set custom properties in _init()

Removed adg_entity_set_local_mode() from the instance initalization
function but set it in the default constructor, adg_toy_text_new().
This will leave open the problem with an handcoded g_object_new() call,
but I am assuming someone using g_object_new() instead of the default
constructors should know what he is doing.
adg/adg-dim.c
adg/adg-toy-text.c