Ticket #4205: mythtv-SetDefaultProfileName_transposed_args.patch
File mythtv-SetDefaultProfileName_transposed_args.patch, 553 bytes (added by , 18 years ago) |
---|
-
libs/libmythtv/videodisplayprofile.cpp
663 663 const QString &profilename, const QString &hostname) 664 664 { 665 665 gContext->SaveSettingOnHost( 666 "DefaultVideoPlaybackProfile", hostname, profilename);666 "DefaultVideoPlaybackProfile", profilename, hostname); 667 667 } 668 668 669 669 uint VideoDisplayProfile::GetProfileGroupID(const QString &profilename,