|
|
|
|
@ -717,7 +717,7 @@ void MainWindow::set_init_data_superuser(std::map<string, string> &map_temp) {
|
|
|
|
|
|
|
|
|
|
void MainWindow::set_data_csv_melody() {
|
|
|
|
|
string path_name = "";
|
|
|
|
|
path_name = path_name + path_resources + "/" + path_melody;
|
|
|
|
|
path_name = path_name + path_resources + "/" + melody_csv;
|
|
|
|
|
string line;
|
|
|
|
|
string all_melody = "";
|
|
|
|
|
string all_melody_old = "";
|
|
|
|
|
@ -765,7 +765,7 @@ void MainWindow::set_init_data_melody(std::map<string, string> &map_temp) {
|
|
|
|
|
list_store_melody = Gtk::ListStore::create(m_columns_melody);
|
|
|
|
|
treeViewMelody->set_model(list_store_melody);
|
|
|
|
|
string path_name = "";
|
|
|
|
|
path_name = path_name + path_resources + "/" + path_melody;
|
|
|
|
|
path_name = path_name + path_resources + "/" + melody_csv;
|
|
|
|
|
vector<tuple<string, string>> vec_melody = Utils::read_csv_melody(path_name);
|
|
|
|
|
bool flag = false;
|
|
|
|
|
string cgf_code_melody = map_temp["GRUB_PLAY"];
|
|
|
|
|
|