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

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/05-revert-http-callbacks.patch')
-rw-r--r--patches/05-revert-http-callbacks.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/05-revert-http-callbacks.patch b/patches/05-revert-http-callbacks.patch
index 36d1d17..c648a7d 100644
--- a/patches/05-revert-http-callbacks.patch
+++ b/patches/05-revert-http-callbacks.patch
@@ -1,7 +1,7 @@
diff --git a/libpurple/http.c b/libpurple/http.c
--- a/libpurple/http.c
+++ b/libpurple/http.c
-@@ -486,11 +486,7 @@ purple_http_socket_connect_new_cb(GObjec
+@@ -546,11 +546,7 @@
cb_data = g_object_steal_data(source, "cb_data");
if (conn == NULL) {
@@ -14,7 +14,7 @@ diff --git a/libpurple/http.c b/libpurple/http.c
g_clear_error(&error);
return;
}
-@@ -1162,10 +1158,8 @@ static gboolean _purple_http_recv_loopbo
+@@ -1223,10 +1219,8 @@
&error);
got_anything = (len > 0);
@@ -27,7 +27,7 @@ diff --git a/libpurple/http.c b/libpurple/http.c
g_clear_error(&error);
return FALSE;
}
-@@ -1450,10 +1444,8 @@ static gboolean _purple_http_send(GObjec
+@@ -1511,10 +1505,8 @@
&error);
}