aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-widget.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-29 16:32:09 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit59d0c113fdf2e565f512c98334a1808cfd216fa9 (patch)
tree6298463ab4aa96a3ad12448387e4e0edc97089df /libempathy-gtk/empathy-individual-widget.c
parent1f633bf20747995395b1dcc7001e0c9502104eda (diff)
downloadgsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar.gz
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar.bz2
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar.lz
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar.xz
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.tar.zst
gsoc2013-empathy-59d0c113fdf2e565f512c98334a1808cfd216fa9.zip
time: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.c')
-rw-r--r--libempathy-gtk/empathy-individual-widget.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c
index e24aeadab..bf0998ece 100644
--- a/libempathy-gtk/empathy-individual-widget.c
+++ b/libempathy-gtk/empathy-individual-widget.c
@@ -24,6 +24,7 @@
#include <glib/gi18n-lib.h>
#include <tp-account-widgets/tpaw-builder.h>
+#include <tp-account-widgets/tpaw-time.h>
#ifdef HAVE_LIBCHAMPLAIN
#include <champlain/champlain.h>
@@ -35,7 +36,6 @@
#include "empathy-groups-widget.h"
#include "empathy-gtk-enum-types.h"
#include "empathy-location.h"
-#include "empathy-time.h"
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
@@ -594,7 +594,7 @@ location_update (EmpathyIndividualWidget *self)
stamp = g_value_get_int64 (value);
- user_date = empathy_time_to_string_relative (stamp);
+ user_date = tpaw_time_to_string_relative (stamp);
tmp = g_strdup_printf ("<b>%s</b>", _("Location"));
/* translators: format is "Location, $date" */
@@ -647,7 +647,7 @@ location_update (EmpathyIndividualWidget *self)
gint64 time_;
time_ = g_value_get_int64 (value);
- svalue = empathy_time_to_string_utc (time_, _("%B %e, %Y at %R UTC"));
+ svalue = tpaw_time_to_string_utc (time_, _("%B %e, %Y at %R UTC"));
}
if (svalue != NULL)