Changeset bdde805 for skype


Ignore:
Timestamp:
2007-12-16T02:55:56Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
3c5aded
Parents:
885efac6
Message:

disable buggy "local time" field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r885efac6 rbdde805  
    352352                                                if(strlen(sd->info_tz))
    353353                                                {
    354                                                         // FIXME secs -> str
    355                                                         g_string_append_printf(st, "Local Time: %s\n", sd->info_tz);
     354                                                        /* this is currently buggy, says gmt+12 when I set gmt+1
     355                                                        g_string_append_printf(st, "Local Time: %s\n", sd->info_tz); */
    356356                                                }
    357357                                                g_free(sd->info_tz);
Note: See TracChangeset for help on using the changeset viewer.