diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 22:59:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:15 +0800 |
commit | 402929e44e5e28d568d6895b37c50e0f974f1e59 (patch) | |
tree | 10ea92da09caa25a1ffe136d5a6f8ffdac4cd022 /libempathy-gtk/empathy-presence-chooser.c | |
parent | c0dc199af77dc7a5197f99bbfd5b353741273be9 (diff) | |
download | gsoc2013-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/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 8 |
1 files changed, 4 insertions, 4 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); |