/cpw/tomkiewicz/gg11: 41e525989ad7: Gadu-Gadu: replace deprecate...

Tomasz Wasilczyk tomkiewicz at cpw.pidgin.im
Sat Sep 29 16:00:55 EDT 2012


Changeset: 41e525989ad74b49dc803cdd6d82e6fe38d5a01c
Author:	 Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date:	 2012-09-29 22:00 +0200
Branch:	 default
URL: http://hg.pidgin.im/cpw/tomkiewicz/gg11/rev/41e525989ad7

Description:

Gadu-Gadu: replace deprecated glib function

diffstat:

 libpurple/protocols/gg/utils.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/gg/utils.c b/libpurple/protocols/gg/utils.c
--- a/libpurple/protocols/gg/utils.c
+++ b/libpurple/protocols/gg/utils.c
@@ -232,7 +232,7 @@ const gchar * ggp_date_strftime(const gc
 	GDate g_date;
 	static gchar buff[30];
 	
-	g_date_set_time(&g_date, date);
+	g_date_set_time_t(&g_date, date);
 	if (0 == g_date_strftime(buff, sizeof(buff), format, &g_date))
 		return NULL;
 	return buff;



More information about the Commits mailing list