[empathy] empathy-avatar-chooser: fix coding style and update FSF address
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-avatar-chooser: fix coding style and update FSF address
- Date: Mon, 18 May 2009 11:18:39 -0400 (EDT)
commit e3b7b7c34488b649f7fe10728b939baca76e0fd8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon May 18 16:04:55 2009 +0100
empathy-avatar-chooser: fix coding style and update FSF address
---
libempathy-gtk/empathy-avatar-chooser.c | 8 ++++----
libempathy-gtk/empathy-avatar-chooser.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c
index c86b85d..0f4311e 100644
--- a/libempathy-gtk/empathy-avatar-chooser.c
+++ b/libempathy-gtk/empathy-avatar-chooser.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this library; 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: Based on Novell's e-image-chooser.
* Xavier Claessens <xclaesse gmail com>
@@ -798,7 +798,7 @@ avatar_chooser_drag_data_received_cb (GtkWidget *widget,
gchar *uri;
uri = g_strndup (selection_data->data,
- nl - (gchar*) selection_data->data);
+ nl - (gchar *) selection_data->data);
file = g_file_new_for_uri (uri);
g_free (uri);
@@ -1000,7 +1000,7 @@ avatar_chooser_clicked_cb (GtkWidget *button,
gtk_file_chooser_add_filter (chooser_dialog, filter);
filter = gtk_file_filter_new ();
gtk_file_filter_set_name (filter, _("All Files"));
- gtk_file_filter_add_pattern(filter, "*");
+ gtk_file_filter_add_pattern (filter, "*");
gtk_file_chooser_add_filter (chooser_dialog, filter);
/* Setup response */
diff --git a/libempathy-gtk/empathy-avatar-chooser.h b/libempathy-gtk/empathy-avatar-chooser.h
index 564c1f3..f4e40a8 100644
--- a/libempathy-gtk/empathy-avatar-chooser.h
+++ b/libempathy-gtk/empathy-avatar-chooser.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this library; 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: Based on Novell's e-image-chooser.
* Xavier Claessens <xclaesse gmail com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]