From bd8565a59fefc0c2819c9a1b5c8d7a1dee1f15ad Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 16:03:27 +0100 Subject: empathy-chat-text-view: fix coding style and update FSF address --- libempathy-gtk/empathy-chat-text-view.c | 18 +++++++++--------- libempathy-gtk/empathy-chat-text-view.h | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-chat-text-view.c b/libempathy-gtk/empathy-chat-text-view.c index fbe40120a..8874b7ace 100644 --- a/libempathy-gtk/empathy-chat-text-view.c +++ b/libempathy-gtk/empathy-chat-text-view.c @@ -15,9 +15,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: Mikael Hallendal * Richard Hult * Martyn Russell @@ -113,7 +113,7 @@ chat_text_view_url_event_cb (GtkTextTag *tag, &start, &end, FALSE); - + empathy_url_show (GTK_WIDGET (view), str); g_free (str); } @@ -591,7 +591,7 @@ empathy_chat_text_view_class_init (EmpathyChatTextViewClass *klass) object_class->set_property = chat_text_view_set_property; widget_class->size_allocate = chat_text_view_size_allocate; - widget_class->drag_motion = chat_text_view_drag_motion; + widget_class->drag_motion = chat_text_view_drag_motion; g_object_class_install_property (object_class, PROP_LAST_CONTACT, @@ -688,7 +688,7 @@ chat_text_view_scroll_down (EmpathyChatView *view) if (priv->scroll_time) { g_timer_reset (priv->scroll_time); } else { - priv->scroll_time = g_timer_new(); + priv->scroll_time = g_timer_new (); } if (!priv->scroll_timeout) { priv->scroll_timeout = g_timeout_add (SCROLL_DELAY, @@ -894,7 +894,7 @@ chat_text_view_find_previous (EmpathyChatView *view, if (!new_search && !priv->find_wrapped) { priv->find_wrapped = TRUE; result = chat_text_view_find_previous (view, - search_criteria, + search_criteria, FALSE); priv->find_wrapped = FALSE; } @@ -1008,8 +1008,8 @@ chat_text_view_find_next (EmpathyChatView *view, /* Here we wrap around. */ if (!new_search && !priv->find_wrapped) { priv->find_wrapped = TRUE; - result = chat_text_view_find_next (view, - search_criteria, + result = chat_text_view_find_next (view, + search_criteria, FALSE); priv->find_wrapped = FALSE; } diff --git a/libempathy-gtk/empathy-chat-text-view.h b/libempathy-gtk/empathy-chat-text-view.h index 120d370f1..7c4ff3430 100644 --- a/libempathy-gtk/empathy-chat-text-view.h +++ b/libempathy-gtk/empathy-chat-text-view.h @@ -15,9 +15,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: Mikael Hallendal * Richard Hult * Martyn Russell -- cgit v1.2.3