Skip to content

Commit

Permalink
Refs #13046 - Fix mythgallery calls to ShowOkPopup()
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarta committed Jun 12, 2017
1 parent 371b04e commit 67b918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythgallery/mythgallery/iconview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ void IconView::DoRename(QString folderName)
else
msg = tr("Failed to rename file");

ShowOkPopup(msg, NULL, NULL);
ShowOkPopup(msg);

return;
}
Expand Down

0 comments on commit 67b918c

Please sign in to comment.