aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:00:10 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commit057ed59e0086cb0a6576dc1ff9121687d5382ae2 (patch)
treedd0f2d13a783435945077cb462ae7dfa893b3848 /libempathy-gtk/empathy-log-window.c
parentdbf752ab75427642eae6afe4343a21e8b03e6e90 (diff)
downloadgsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar.gz
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar.bz2
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar.lz
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar.xz
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.tar.zst
gsoc2013-empathy-057ed59e0086cb0a6576dc1ff9121687d5382ae2.zip
empathy-log-window: fix coding style and update FSF address
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r--libempathy-gtk/empathy-log-window.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 13d9bcbd3..dc2efa332 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);