diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-20 16:32:56 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 19:34:48 +0800 |
commit | 346d5c25eae1e9bab5ab36cd66885d6bfbe0d262 (patch) | |
tree | b80b8c03936ec0eed7ad58043ed011b8054e7c1c /libempathy-gtk/empathy-log-window.h | |
parent | 04d3b8f34e0cab394ac143b9323bd3d00a8abee7 (diff) | |
download | gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar.gz gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar.bz2 gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar.lz gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar.xz gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.tar.zst gsoc2013-empathy-346d5c25eae1e9bab5ab36cd66885d6bfbe0d262.zip |
Complete rewrite of the history window
https://bugzilla.gnome.org/show_bug.cgi?id=619866
Conflicts:
libempathy-gtk/empathy-log-window.c
libempathy-gtk/empathy-log-window.ui
Diffstat (limited to 'libempathy-gtk/empathy-log-window.h')
-rw-r--r-- | libempathy-gtk/empathy-log-window.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-log-window.h b/libempathy-gtk/empathy-log-window.h index def0d846b..373f48c36 100644 --- a/libempathy-gtk/empathy-log-window.h +++ b/libempathy-gtk/empathy-log-window.h @@ -1,7 +1,6 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006-2007 Imendio AB - * Copyright (C) 2007-2008 Collabora Ltd. + * Copyright (C) 2007-2011 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,6 +19,7 @@ * * Authors: Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> + * Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> */ #ifndef __EMPATHY_LOG_WINDOW_H__ @@ -29,10 +29,10 @@ G_BEGIN_DECLS -GtkWidget * empathy_log_window_show (TpAccount *account, - const gchar *chat_id, - gboolean chatroom, - GtkWindow *parent); +GtkWidget * empathy_log_window_show (TpAccount *account, + const gchar *chat_id, + gboolean chatroom, + GtkWindow *parent); G_END_DECLS |