[empathy] empathy-presence-chooser: fix coding style and update FSF address
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-presence-chooser: fix coding style and update FSF address
- Date: Mon, 18 May 2009 11:17:03 -0400 (EDT)
commit 402929e44e5e28d568d6895b37c50e0f974f1e59
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon May 18 15:59:43 2009 +0100
empathy-presence-chooser: fix coding style and update FSF address
---
libempathy-gtk/empathy-presence-chooser.c | 8 ++++----
libempathy-gtk/empathy-presence-chooser.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index f4a325b..f57c5d3 100644
--- a/libempathy-gtk/empathy-presence-chooser.c
+++ b/libempathy-gtk/empathy-presence-chooser.c
@@ -15,8 +15,8 @@
*
* 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: Richard Hult <richard imendio com>
* Martyn Russell <martyn imendio com>
@@ -245,7 +245,7 @@ presence_chooser_popup_shown_cb (GObject *self,
return;
}
- /* see presence_chooser_entry_focus_out_cb() for what this does */
+ /* see presence_chooser_entry_focus_out_cb () for what this does */
if (priv->focus_out_idle_source != 0) {
g_source_remove (priv->focus_out_idle_source);
priv->focus_out_idle_source = 0;
@@ -383,7 +383,7 @@ presence_chooser_set_status_editing (EmpathyPresenceChooser *self,
gtk_window_set_focus (GTK_WINDOW (window), NULL);
}
- /* see presence_chooser_entry_focus_out_cb()
+ /* see presence_chooser_entry_focus_out_cb ()
* for what this does */
if (priv->focus_out_idle_source != 0) {
g_source_remove (priv->focus_out_idle_source);
diff --git a/libempathy-gtk/empathy-presence-chooser.h b/libempathy-gtk/empathy-presence-chooser.h
index dab95f5..7b85a62 100644
--- a/libempathy-gtk/empathy-presence-chooser.h
+++ b/libempathy-gtk/empathy-presence-chooser.h
@@ -15,8 +15,8 @@
*
* 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: Richard Hult <richard imendio com>
* Martyn Russell <martyn imendio com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]