aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 22:59:43 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commit402929e44e5e28d568d6895b37c50e0f974f1e59 (patch)
tree10ea92da09caa25a1ffe136d5a6f8ffdac4cd022 /libempathy-gtk
parentc0dc199af77dc7a5197f99bbfd5b353741273be9 (diff)
downloadgsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar.gz
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar.bz2
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar.lz
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar.xz
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.tar.zst
gsoc2013-empathy-402929e44e5e28d568d6895b37c50e0f974f1e59.zip
empathy-presence-chooser: fix coding style and update FSF address
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-presence-chooser.c8
-rw-r--r--libempathy-gtk/empathy-presence-chooser.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index f4a325b51..f57c5d34f 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 dab95f553..7b85a6217 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>