diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-16 03:55:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-16 03:55:56 +0100 |
commit | bdde8058f78ab11a3e0bad48c61de97df720dec8 (patch) | |
tree | 2ef7dc267589b60036ec2a606a1db84db8587d6d | |
parent | 885efac6586aa289ce3db2b83313c318715eb09f (diff) |
disable buggy "local time" field
-rw-r--r-- | skype/skype.c | 4 |
1 files 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); } |