|
|
|
@ -660,7 +660,7 @@ void on_session_unlock(GtkWidget *self, main_window *widgets){
|
|
|
|
data->data = NULL;
|
|
|
|
data->data = NULL;
|
|
|
|
data->function = NULL;
|
|
|
|
data->function = NULL;
|
|
|
|
if (yon_confirmation_dialog_call(self,data) == GTK_RESPONSE_ACCEPT){
|
|
|
|
if (yon_confirmation_dialog_call(self,data) == GTK_RESPONSE_ACCEPT){
|
|
|
|
yon_launch(session_activate_session(convert));
|
|
|
|
yon_launch(session_unlock_session(convert));
|
|
|
|
free(convert);
|
|
|
|
free(convert);
|
|
|
|
yon_sessions_update(widgets);
|
|
|
|
yon_sessions_update(widgets);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|