ADVERTISEMENT

Dina Bonnevie on late husband DV Savellano: He made me feel so loved

Published May 9, 2026 05:38 pm

At A Glance

  • Dina Bonnevie turned emotional as she recalled happy memories with late husband DV Savellano, opening up about grief, healing, and moving forward after his death.

Veteran actress Dina Bonnevie turned emotional as she recalled the happy memories she shared with her late husband, former Agriculture Undersecretary DV Savellano, admitting life has never been the same since his passing in January 2025.

In a recent interview, Dina opened up about how deeply she misses DV, especially the simple routines they shared inside their Quezon City home.

“I can’t move forward kasi every corner na tingnan ko sa bahay namin, nararamdaman ko siya,” she said tearfully.

She fondly remembered how DV would wait for her in the kitchen whenever she cooked.

“Kapag nagluluto ako sa kitchen, every time I cook, nandoon na siya.”

Dina shared that her husband would hug her from behind while praising her cooking.

“He always hugged me from behind. Lagi niyang sinasabi, ‘Ang sarap-sarap magluto ng asawa ko.’ Tapos hahalikan niya ako.”

The memories became so painful that there was a time she avoided cooking altogether.

“For a while, ayokong magluto kasi every time I cook, kapag lumilingon ako, parang nandoon siya.”

Dina also broke down while talking about the belongings DV left behind after his death from an abdominal aneurysm at age 65.

Every time she passed by his awards and memorabilia, she would suddenly cry.

“Sabi ko, hindi na. Liligpitin ko na lang.”

As part of her healing process, Dina eventually sold her longtime Quezon City home and moved to Ayala Alabang to be closer to her children, including Oyo Boy Sotto and Danica Sotto.

“I didn’t wanna sell the house kasi pinaghirapan ko yung bahay na ’yon. I built that when I was 23 years old. Pero ang hirap, so I had to move house,” she said.

Her children were initially against the decision because of the memories attached to the house, but later understood her need to heal.

Dina said prayer eventually helped her see life differently after DV’s death.

“There was one time na nakahiga lang ako and I was just crying and crying, talagang basang-basa ang kama with my tears, and tinatanong ko si God why DV was taken so early,” she recalled.

“But then I was reminded not to focus on what I no longer have.”

The actress said keeping busy through her talk show and her new series "Love Is Never Gone" has helped her process her grief and rediscover purpose. The series, which also stars Joshua Garcia and Ivana Alawi, is currently streaming on Prime Video.

“I think this is Dina 3.0. Andon na ako sa living with intention, living life with a purpose.”

Though slowly healing, Dina admitted there are still nights when she relives DV’s final moments.

“He had four flatlines, and on the fifth hindi na siya nabuhay,” she shared.

Still, she believes God may have wanted to finally give her husband rest.

“Pagod na siguro siya,” she said, recalling how DV would often talk about wanting peace once their children were settled.

Near the end of the interview, Dina once again broke down while expressing how much she still loves and misses her husband.

“I really, really miss him so much. Sobra. That even if he is no longer there, I’m still wearing his ring.”

“If there’s somebody who really, really could make me feel so loved, it was him. He stood by me,” she said through tears.

Related Tags

Dina Bonnevie DV Savellano Dina Bonnevie interview Dina Bonnevie husband DV Savellano death Love Is Never Gone Prime Video Philippines Oyo Boy Sotto Danica Sotto
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.