|
|
|
@ -496,7 +496,7 @@ void on_domain_connect(GtkWidget *self, dictionary *dict){
|
|
|
|
gtk_label_set_text(GTK_LABEL(dialog->HeadLabel),DOMAIN_CONNECTING_LABEL);
|
|
|
|
gtk_label_set_text(GTK_LABEL(dialog->HeadLabel),DOMAIN_CONNECTING_LABEL);
|
|
|
|
yon_debug_output(domain_connect_command(adress,login,password,final));
|
|
|
|
yon_debug_output(domain_connect_command(adress,login,password,final));
|
|
|
|
int size_;
|
|
|
|
int size_;
|
|
|
|
yon_terminal_integrated_start(dialog->ExecuteTerminal,domain_connect_command(adress,login,password,""),NULL,NULL);
|
|
|
|
yon_terminal_integrated_start(dialog->ExecuteTerminal,domain_connect_command(adress,login,password,final),NULL,NULL);
|
|
|
|
gtk_entry_set_text(GTK_ENTRY(widgets->DomainEntry),adress);
|
|
|
|
gtk_entry_set_text(GTK_ENTRY(widgets->DomainEntry),adress);
|
|
|
|
gtk_widget_show(dialog->Window);
|
|
|
|
gtk_widget_show(dialog->Window);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|