diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 22:58:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:15 +0800 |
commit | 16deaa5025e7527c1fc1a36fb8fd8afb900ff75c (patch) | |
tree | 8af742fd7a91b2b77a3119949a5b592ae8d794bc /libempathy-gtk/empathy-theme-boxes.c | |
parent | 52e500f44d9bd572e1a224d3d16fe188312a0b8f (diff) | |
download | gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar.gz gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar.bz2 gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar.lz gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar.xz gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.tar.zst gsoc2013-empathy-16deaa5025e7527c1fc1a36fb8fd8afb900ff75c.zip |
empathy-theme-boxes: fix coding style and update FSF address
Diffstat (limited to 'libempathy-gtk/empathy-theme-boxes.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-boxes.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-theme-boxes.c b/libempathy-gtk/empathy-theme-boxes.c index 5b435f1d5..199132956 100644 --- a/libempathy-gtk/empathy-theme-boxes.c +++ b/libempathy-gtk/empathy-theme-boxes.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA * * Authors: Xavier Claessens <xclaesse@gmail.com> */ @@ -259,7 +259,7 @@ theme_boxes_maybe_append_header (EmpathyThemeBoxes *theme, /* Add the message receive time */ time = empathy_message_get_timestamp (msg); - tmp = empathy_time_to_string_local (time, + tmp = empathy_time_to_string_local (time, EMPATHY_TIME_FORMAT_DISPLAY_SHORT); str = g_strdup_printf ("<i>%s</i>", tmp); label2 = g_object_new (GTK_TYPE_LABEL, @@ -330,7 +330,7 @@ theme_boxes_append_message (EmpathyChatTextView *view, TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) { gchar *body; - body = g_strdup_printf (" * %s %s", + body = g_strdup_printf (" * %s %s", empathy_contact_get_name (sender), empathy_message_get_body (message)); empathy_chat_text_view_append_body (EMPATHY_CHAT_TEXT_VIEW (view), |