[mythtv-commits] [MythTV/mythtv] 8d1095: Match SetFilename and GetFilename methods
Steve Erlenborn
noreply at github.com
Sat Jan 10 17:32:30 UTC 2026
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 8d10959abaf84027008bc2afab992562b79867ca
https://github.com/MythTV/mythtv/commit/8d10959abaf84027008bc2afab992562b79867ca
Author: Steve Erlenborn <1751095+SteveErl at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mythtv/libs/libmythui/mythuiimage.h
Log Message:
-----------
Match SetFilename and GetFilename methods
MythUIImage::SetFilename() stores the given filename
into m_imageProperties.m_filename. MythUIImage::GetFilename()
was getting the filename from 'm_filename'. As a result,
these almost never match. The GetFilename() method
has been updated to retrieve the filename from the
same place where SetFilename() stores it. In adddition,
the 'm_filename' data member has been eliminated since
there are no users of it anymore.
Resolves: #1138
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list