diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:00:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:15 +0800 |
commit | 057ed59e0086cb0a6576dc1ff9121687d5382ae2 (patch) | |
tree | dd0f2d13a783435945077cb462ae7dfa893b3848 /libempathy-gtk | |
parent | dbf752ab75427642eae6afe4343a21e8b03e6e90 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 10 | ||||
-rw-r--r-- | 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 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); diff --git a/libempathy-gtk/empathy-log-window.h b/libempathy-gtk/empathy-log-window.h index 266e0c30c..6dd8c0303 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> */ |