From cdd605be6f17f082730be363e479f83e00317601 Mon Sep 17 00:00:00 2001 From: Konrad Kosmatka Date: Mon, 2 May 2016 00:00:03 +0200 Subject: [PATCH] fixed network connection bug, version 1.0 --- ui-connect.c | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-connect.c b/ui-connect.c index 416f6d1..bee6bfa 100644 --- a/ui-connect.c +++ b/ui-connect.c @@ -392,6 +392,7 @@ connection_dialog_connected(gint mode, { connection_dialog_unlock(TRUE); connection_dialog_status("Connection has been unexpectedly closed."); + wait_for_tuner = FALSE; } successfully_connected = FALSE; return; @@ -494,5 +495,6 @@ connection_socket_auth_fail() { connection_dialog_status("Incorrect password."); connection_dialog_unlock(TRUE); + wait_for_tuner = FALSE; } } diff --git a/version.h b/version.h index 7f4589b..441310e 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,7 @@ #define XDR_VERSION_H_ #define APP_NAME "XDR-GTK" -#define APP_VERSION "1.0-rc2" +#define APP_VERSION "1.0" #define APP_ICON "xdr-gtk" #endif