support default tone for call and noti
authorHyejin Kim <hyejin0906.kim@samsung.com>
Wed, 24 Apr 2013 07:13:38 +0000 (16:13 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Wed, 24 Apr 2013 07:13:38 +0000 (16:13 +0900)
packaging/org.tizen.setting.spec

index bf83e18..547281f 100755 (executable)
@@ -152,9 +152,11 @@ GOPTION="-g 6514"
        vconftool $GOPTION set -t int db/setting/sound/touch_feedback/vibration_level_bak "3" ##private key
 
        vconftool $GOPTION set -t string db/setting/sound/call/ringtone_path "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t string db/setting/sound/call/ringtone_default_path "${DEFAULT_CALL_TONE}"
        vconftool $GOPTION set -t int db/setting/sound/call/vibration_type "2"
 
        vconftool $GOPTION set -t string db/setting/sound/noti/msg_ringtone_path        "${DEFAULT_NOTI_TONE}"
+       vconftool $GOPTION set -t string db/setting/sound/noti/ringtone_default_path    "${DEFAULT_NOTI_TONE}"
        vconftool $GOPTION set -t int db/setting/sound/noti/msg_alert_rep_type          "0"
 
        vconftool $GOPTION set -t string db/setting/sound/noti/email_ringtone_path      "${DEFAULT_NOTI_TONE}"