/pidgin/main: a7b6015534e0: Fix gg build with internal libgadu
Mark Doliner
mark at kingant.net
Sun Sep 29 02:07:41 EDT 2013
Changeset: a7b6015534e06f63c6363d008f69e05f50ef8b96
Author: Mark Doliner <mark at kingant.net>
Date: 2013-09-28 23:07 -0700
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/a7b6015534e0
Description:
Fix gg build with internal libgadu
Copy Ankit's change from the gobjectification branch.
I didn't try to pluck this or anything... maybe I should have.
diffstat:
libpurple/protocols/gg/gg.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (17 lines):
diff --git a/libpurple/protocols/gg/gg.c b/libpurple/protocols/gg/gg.c
--- a/libpurple/protocols/gg/gg.c
+++ b/libpurple/protocols/gg/gg.c
@@ -554,11 +554,13 @@ void ggp_async_login_handler(gpointer _g
_("Error connecting to master "
"server"));
break;
+#if GGP_ENABLE_GG11
case GG_FAILURE_INTERNAL:
purple_connection_error(gc,
PURPLE_CONNECTION_ERROR_OTHER_ERROR,
_("Internal error"));
break;
+#endif
default:
purple_connection_error(gc,
PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
More information about the Commits
mailing list