* hildon-widgets/hildon-add-home-dialog.c: (hildon_add_home_dialog_new): Move code...
authorMarius Vollmer <marius.vollmer@nokia.com>
Mon, 24 Apr 2006 14:56:08 +0000 (14:56 +0000)
committerMarius Vollmer <marius.vollmer@nokia.com>
Mon, 24 Apr 2006 14:56:08 +0000 (14:56 +0000)
commitecc079a3ca83048142bb3ff7771d1da73e120527
treeeff37d9c8b88d44f68761f3e52f6d640e83a8009
parentdcb9672a6855a076fa58a38edf2d23d0a94aff92
* hildon-widgets/hildon-add-home-dialog.c: (hildon_add_home_dialog_new): Move code into hildon_add_home_dialog_init(), hildon_add_home_dialog_set_old_name(), and hildon_add_home_dialog_set_new_name(). Supply parameters as properties values to g_object_new() instead, so that language bindings can do the same. (hildon_add_home_dialog_class_init): Added name and new_name properties. (hildon_add_home_dialog_init): Create always-needed widgets. (hildon_add_home_dialog_get_property), (hildon_add_home_dialog_set_property): Get/Set the name and new_name properties, recreating widgets if necessary, using new static helper function. * ut/hildon-widgets_tests.c (test46): New.
ChangeLog
hildon-widgets/hildon-add-home-dialog.c
ut/hildon-widgets_tests.c