|
|
|
|
@ -5,7 +5,7 @@ void on_ringtone_accept(GtkWidget *,dictionary *dict){
|
|
|
|
|
yon_ringtone_window *window = yon_dictionary_get_data(dict->first->next,yon_ringtone_window*);
|
|
|
|
|
const char *username = gtk_entry_get_text(GTK_ENTRY(window->NameEntry));
|
|
|
|
|
const char *password = gtk_entry_get_text(GTK_ENTRY(window->CodeEntry));
|
|
|
|
|
if (!yon_char_is_empty(window->prev_name)){
|
|
|
|
|
if (yon_char_is_empty(window->prev_name)){
|
|
|
|
|
GtkTreeIter iter;
|
|
|
|
|
GtkTreeModel *model = GTK_TREE_MODEL(widgets->BootUsersList);
|
|
|
|
|
for_iter(model,&iter){
|
|
|
|
|
|