elm_config : profile may be broken when clicked reset button in profiles tab
authorRyuan Choi <ryuan.choi@gmail.com>
Wed, 4 Sep 2013 01:09:37 +0000 (10:09 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Wed, 4 Sep 2013 01:19:48 +0000 (10:19 +0900)
commit763eb220afccd1f7b2e8b17a5cfe12cd5cc2c0db
tree7456b15ce6dd36fb5d777c6beddf76c7d7c4caea
parent206d4603c685f1383f7a4ad45ae78501242fa1a1
elm_config : profile may be broken when clicked reset button in profiles tab

elm_config_profile_set should not free _elm_config_profile
when _elm_config_profile is passed as parameter such as elm_config_profile_set(elm_config_profile_get());

In addition, removed this dumb calls from elementary_config.
legacy/elementary/ChangeLog
legacy/elementary/src/bin/config.c
legacy/elementary/src/lib/elm_config.c