X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=blobdiff_plain;f=qml%2FLichViet%2FDateTimeDialog.qml;h=2095953fd4338a338cc65dfb4f26e707a27c4687;hp=e6eb56410af05ae7b1c1130c3adf86f189887434;hb=83b565e45f3070ce045beddba13d505b6850a614;hpb=496786469533e364ff9bce99fe0dc8710ee21956 diff --git a/qml/LichViet/DateTimeDialog.qml b/qml/LichViet/DateTimeDialog.qml index e6eb564..2095953 100644 --- a/qml/LichViet/DateTimeDialog.qml +++ b/qml/LichViet/DateTimeDialog.qml @@ -57,13 +57,11 @@ Item{ text: "OK" visible: true onClicked: { - LC.reset(datePicker.mDay,datePicker.mMonth,datePicker.mYear) screen.calculateLunar(datePicker.mDay,datePicker.mMonth,datePicker.mYear) screen.state="mainscreen" screen.refresh() maindatemodel.reset() - txtDATEpv.currentIndex = datePicker.mDay-1; } }