From bdde8058f78ab11a3e0bad48c61de97df720dec8 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 16 Dec 2007 03:55:56 +0100 Subject: disable buggy "local time" field --- skype/skype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skype/skype.c b/skype/skype.c index fccd96e3..126fcf7a 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -351,8 +351,8 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c { if(strlen(sd->info_tz)) { - // FIXME secs -> str - g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); + /* this is currently buggy, says gmt+12 when I set gmt+1 + g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); */ } g_free(sd->info_tz); } -- cgit v1.2.3