mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
movieplayer: store last multiformat play dir
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2087 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5388f18b04
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-02-11 (Sat, 11 Feb 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -360,6 +360,11 @@ bool CMoviePlayerGui::SelectFile()
|
|||||||
file_name = full_name;
|
file_name = full_name;
|
||||||
printf("CMoviePlayerGui::SelectFile: full_name [%s] file_name [%s]\n", full_name.c_str(), file_name.c_str());
|
printf("CMoviePlayerGui::SelectFile: full_name [%s] file_name [%s]\n", full_name.c_str(), file_name.c_str());
|
||||||
}
|
}
|
||||||
|
//store last multiformat play dir
|
||||||
|
if( (sizeof(g_settings.network_nfs_moviedir)) > Path_local.size() && (strcmp(g_settings.network_nfs_moviedir,Path_local.c_str()) != 0)){
|
||||||
|
strcpy(g_settings.network_nfs_moviedir,Path_local.c_str());
|
||||||
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user