diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:26:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:26 +0800 |
commit | 12a1643c10b0d9375ef41cb9493d08c46c5b96ef (patch) | |
tree | 74b56cf95adf9beda588eaaa53fea3e16584ebcc | |
parent | 0d8a535644f15f2fd7efc878910530f952927b57 (diff) | |
download | gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar.gz gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar.bz2 gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar.lz gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar.xz gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.tar.zst gsoc2013-empathy-12a1643c10b0d9375ef41cb9493d08c46c5b96ef.zip |
empathy-time: remove trailing tabs
-rw-r--r-- | libempathy/empathy-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-time.c b/libempathy/empathy-time.c index 5a934a5e3..19397e7a9 100644 --- a/libempathy/empathy-time.c +++ b/libempathy/empathy-time.c @@ -42,7 +42,7 @@ empathy_time_get_local_time (struct tm *tm) { const gchar *timezone; time_t t; - + timezone = g_getenv ("TZ"); g_setenv ("TZ", "", TRUE); |