From 65fb5fdace542411a014e1e0e66620e29445f5d6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 16:03:14 +0100 Subject: empathy-chat-view: fix coding style and update FSF address --- libempathy-gtk/empathy-chat-view.c | 24 ++++++++++++------------ libempathy-gtk/empathy-chat-view.h | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-chat-view.c b/libempathy-gtk/empathy-chat-view.c index 23877a275..e0a7905df 100644 --- a/libempathy-gtk/empathy-chat-view.c +++ b/libempathy-gtk/empathy-chat-view.c @@ -14,9 +14,9 @@ * * 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 */ @@ -66,7 +66,7 @@ empathy_chat_view_append_message (EmpathyChatView *view, g_return_if_fail (EMPATHY_IS_CHAT_VIEW (view)); if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->append_message) { - EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->append_message (view, + EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->append_message (view, msg); } } @@ -90,7 +90,7 @@ empathy_chat_view_scroll (EmpathyChatView *view, g_return_if_fail (EMPATHY_IS_CHAT_VIEW (view)); if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->scroll) { - EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->scroll (view, + EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->scroll (view, allow_scrolling); } } @@ -134,8 +134,8 @@ empathy_chat_view_find_previous (EmpathyChatView *view, g_return_val_if_fail (EMPATHY_IS_CHAT_VIEW (view), FALSE); if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_previous) { - return EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_previous (view, - search_criteria, + return EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_previous (view, + search_criteria, new_search); } return FALSE; @@ -149,8 +149,8 @@ empathy_chat_view_find_next (EmpathyChatView *view, g_return_val_if_fail (EMPATHY_IS_CHAT_VIEW (view), FALSE); if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_next) { - return EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_next (view, - search_criteria, + return EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_next (view, + search_criteria, new_search); } return FALSE; @@ -166,9 +166,9 @@ empathy_chat_view_find_abilities (EmpathyChatView *view, g_return_if_fail (EMPATHY_IS_CHAT_VIEW (view)); if (EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_abilities) { - EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_abilities (view, - search_criteria, - can_do_previous, + EMPATHY_TYPE_CHAT_VIEW_GET_IFACE (view)->find_abilities (view, + search_criteria, + can_do_previous, can_do_next); } } diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 08fba1508..893cf83e4 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -14,9 +14,9 @@ * * 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 */ -- cgit v1.2.3