--yesno$"\nAre you sure that you wish to delete the previous blog entry?" 8 60
sel=$?
case$selin
0)rm$LAST_BLOG_ENTRY
if[$CURRENT_INDEX-gt 0 ];then
CURRENT_INDEX=$PREVIOUS_INDEX
echo"$CURRENT_INDEX">$CURRENT_BLOG_INDEX
else
rm-f$CURRENT_BLOG_INDEX
fi
regenerate_blog
;;
esac
if! zenity --question--title=$'Delete the previous blog entry'--text=$"\nAre you sure that you wish to delete the previous blog entry?"--ok-label=No --cancel-label=Yes --width=300;then
if! zenity --question--title='New Identity'--text="Do you want to reset your identity? This will reset ALL data for this peer, and you will not be able to recover it."--ok-label=No --cancel-label=Yes --width=300;then
if! zenity --question--title=$'New Identity'--text=$"Do you want to reset your identity? This will reset ALL data for this peer, and you will not be able to recover it."--ok-label=No --cancel-label=Yes --width=300;then