All pastes #873974 Raw Edit

diff -u

public text v1 · immutable
#873974 ·published 2008-01-27 00:19 UTC
rendered paste body
--- gntconv.c	2007-12-07 09:36:59.000000000 -0500
+++ gntconv2.c	2008-01-26 18:45:50.000000000 -0500
@@ -242,8 +242,8 @@
 static char *
 get_conversation_title(PurpleConversation *conv, PurpleAccount *account)
 {
-	return g_strdup_printf(_("%s (%s -- %s)"), purple_conversation_get_title(conv),
-		purple_account_get_username(account), purple_account_get_protocol_name(account));
+	return g_strdup_printf(_("%s: [%s -- %s] %s"),  purple_account_get_protocol_name(account),
+		purple_buddy_get_name(purple_find_buddy(conv->account, conv->name)), purple_status_get_name(purple_presence_get_active_status(purple_buddy_get_presence(purple_find_buddy(conv->account, conv->name)))), purple_conversation_get_title(conv));
 }
 
 static void
@@ -753,7 +753,7 @@
 	/* Unnecessary to print the timestamp for delayed message */
 	if (purple_prefs_get_bool("/finch/conversations/timestamps"))
 		gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv),
-					purple_utf8_strftime("(%H:%M:%S) ", localtime(&mtime)), GNT_TEXT_FLAG_DIM);
+					purple_utf8_strftime("(%Y-%m-%d %H:%M:%S) ", localtime(&mtime)), GNT_TEXT_FLAG_DIM);
 
 	if (flags & PURPLE_MESSAGE_AUTO_RESP)
 		gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv),