/soc/2013/ankitkv/gobjectification: 99b62fa8f9ad: Merged soc.201...
Ankit Vani
a at nevitus.org
Wed Sep 18 04:45:03 EDT 2013
Changeset: 99b62fa8f9ad3089624a0975f671ab2ab4887f5c
Author: Ankit Vani <a at nevitus.org>
Date: 2013-09-18 13:32 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/99b62fa8f9ad
Description:
Merged soc.2013.gobjectification branch
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
@@ -557,11 +557,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