Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-07-23 02:49:31 +0400
committerEion Robb <eion@robbmob.com>2008-07-23 02:49:31 +0400
commit75facbd7e9f9c0b51c43c5bd91199056fb77c459 (patch)
tree5cce4586da6e61b2abb0388f1436b4947c804c2c /skype_messaging_x11.c
parent0cc8fb7f18ae396bcdec2e411a4e48ea776c7d73 (diff)
Reset last error to allow reconnect after error
Diffstat (limited to 'skype_messaging_x11.c')
-rw-r--r--skype_messaging_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index e2dc88b..1fa7297 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -24,6 +24,7 @@ skype_connect()
unsigned char *prop;
int status;
+ x11_error_code = 0;
XSetErrorHandler(x11_error_handler);
#ifdef USE_XVFB_SERVER
if (getenv("SKYPEDISPLAY"))