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>2016-01-02 12:17:12 +0300
committerEion Robb <eion@robbmob.com>2016-01-02 12:17:12 +0300
commit2e917a7c0ef006b2e4752ba5fc1f4403edbaab74 (patch)
treee75fab863db54556dba8517a1c74f4c2d5a87ba8
parent68cb5f35b70e8279b97cc0da91449fae78d32b20 (diff)
Handle 2.11 xfer function being in 2.10.12
Grr
-rw-r--r--skypeweb/libskypeweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index f53fe33..de3fe1a 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -175,7 +175,7 @@
#define purple_hash_destroy purple_cipher_context_destroy
#define purple_xfer_set_protocol_data(xfer, proto_data) ((xfer)->data = (proto_data))
#define purple_xfer_get_protocol_data(xfer) ((xfer)->data)
-#if !PURPLE_VERSION_CHECK(2, 11, 0) && !FEDORA
+#if !PURPLE_VERSION_CHECK(2, 10, 12) && !FEDORA
static inline gboolean
purple_xfer_write_file(PurpleXfer *xfer, const guchar *buffer, gsize size) {
PurpleXferUiOps *ui_ops = purple_xfer_get_ui_ops(xfer);