Skip to content

Commit

Permalink
Revert "Initialize the MythUIImage filename correctly"
Browse files Browse the repository at this point in the history
This reverts commit c321ee6.

Opens #9634.  Opens #9708.  Refs #9547.
  • Loading branch information
Beirdo committed May 29, 2011
1 parent c321ee6 commit 1605466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuiimage.cpp
Expand Up @@ -84,7 +84,7 @@ class ImageLoadThread : public QRunnable

void run()
{
QString tmpFilename = m_filename;
QString tmpFilename;
if ((m_filename.startsWith("/")) ||
(m_filename.startsWith("http://")) ||
(m_filename.startsWith("https://")) ||
Expand Down

0 comments on commit 1605466

Please sign in to comment.