/soc/2013/ankitkv/gobjectification: 14c09cce55e1: Fix whitespace...
Ankit Vani
a at nevitus.org
Sun Sep 29 07:25:40 EDT 2013
Changeset: 14c09cce55e1cd17f3fa7c6a6a14036efacf055a
Author: Ankit Vani <a at nevitus.org>
Date: 2013-09-29 16:54 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/14c09cce55e1
Description:
Fix whitespaces in nullprpl
diffstat:
libpurple/protocols/null/nullprpl.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (48 lines):
diff --git a/libpurple/protocols/null/nullprpl.c b/libpurple/protocols/null/nullprpl.c
--- a/libpurple/protocols/null/nullprpl.c
+++ b/libpurple/protocols/null/nullprpl.c
@@ -319,7 +319,7 @@ static void blist_example_menu_item(Purp
_("Primary title"),
_("Secondary title"),
_("This is the callback for the nullprpl menu item."),
- NULL);
+ NULL);
}
static GList *nullprpl_blist_node_menu(PurpleBlistNode *node) {
@@ -510,7 +510,7 @@ static void nullprpl_get_info(PurpleConn
if (!get_nullprpl_gc(username)) {
char *msg = g_strdup_printf(_("%s is not logged in."), username);
purple_notify_error(gc, _("User Info"), _("User info not available. "), msg,
- purple_request_cpar_from_account(acct));
+ purple_request_cpar_from_account(acct));
g_free(msg);
}
@@ -690,7 +690,7 @@ static void nullprpl_join_chat(PurpleCon
purple_debug_info("nullprpl", "%s is already in chat room %s\n", username,
room);
purple_notify_info(gc, _("Join chat"), _("Join chat"), tmp,
- purple_request_cpar_from_connection(gc));
+ purple_request_cpar_from_connection(gc));
g_free(tmp);
}
}
@@ -714,7 +714,7 @@ static void nullprpl_reject_chat(PurpleC
_("Chat invitation rejected"),
_("Chat invitation rejected"),
message,
- purple_request_cpar_from_connection(gc));
+ purple_request_cpar_from_connection(gc));
g_free(message);
}
@@ -743,7 +743,7 @@ static void nullprpl_chat_invite(PurpleC
"ignoring invitation from %s\n",
who, room, username);
purple_notify_info(gc, _("Chat invitation"), _("Chat invitation"), tmp,
- purple_request_cpar_from_conversation(PURPLE_CONVERSATION(to_conv)));
+ purple_request_cpar_from_conversation(PURPLE_CONVERSATION(to_conv)));
g_free(tmp);
} else {
GHashTable *components;
More information about the Commits
mailing list