[empathy] empathy-log-window: fix coding style and update FSF address



commit 057ed59e0086cb0a6576dc1ff9121687d5382ae2
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 16:00:10 2009 +0100

    empathy-log-window: fix coding style and update FSF address
---
 libempathy-gtk/empathy-log-window.c |   10 +++++-----
 libempathy-gtk/empathy-log-window.h |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 13d9bcb..dc2efa3 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.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: Martyn Russell <martyn imendio com>
  *          Xavier Claessens <xclaesse gmail com>
  */
@@ -287,8 +287,8 @@ log_window_entry_find_changed_cb (GtkWidget       *entry,
 	str = gtk_entry_get_text (GTK_ENTRY (window->entry_find));
 
 	is_sensitive &= !EMP_STR_EMPTY (str);
-	is_sensitive &= 
-		!window->last_find || 
+	is_sensitive &=
+		!window->last_find ||
 		(window->last_find && strcmp (window->last_find, str) != 0);
 
 	gtk_widget_set_sensitive (window->button_find, is_sensitive);
diff --git a/libempathy-gtk/empathy-log-window.h b/libempathy-gtk/empathy-log-window.h
index 266e0c3..6dd8c03 100644
--- a/libempathy-gtk/empathy-log-window.h
+++ b/libempathy-gtk/empathy-log-window.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: Martyn Russell <martyn imendio com>
  *          Xavier Claessens <xclaesse gmail com>
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]