Skip to content

Commit

Permalink
fixed network connection bug, version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonradpl committed May 1, 2016
1 parent 716f30f commit cdd605b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ui-connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -494,5 +495,6 @@ connection_socket_auth_fail()
{
connection_dialog_status("Incorrect password.");
connection_dialog_unlock(TRUE);
wait_for_tuner = FALSE;
}
}
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdd605b

Please sign in to comment.