aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-avatar-chooser.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-11 23:26:43 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-11 23:26:43 +0800
commita92d1805c5c53def8b45c09586729e9a08f8a868 (patch)
tree7c3b2b37628f93183e9e58bf4c26cb0d4f9f1e7e /libempathy-gtk/empathy-avatar-chooser.c
parent325023b6904c5da23760735e1910b5983210f131 (diff)
downloadgsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.gz
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.bz2
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.lz
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.xz
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.zst
gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.zip
Coding style: only one blank line between functions.
svn path=/trunk/; revision=1687
Diffstat (limited to 'libempathy-gtk/empathy-avatar-chooser.c')
-rw-r--r--libempathy-gtk/empathy-avatar-chooser.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c
index 6e531fd22..4c1742b13 100644
--- a/libempathy-gtk/empathy-avatar-chooser.c
+++ b/libempathy-gtk/empathy-avatar-chooser.c
@@ -308,7 +308,6 @@ avatar_chooser_set_account (EmpathyAvatarChooser *self,
}
}
-
static gboolean
str_in_strv (gchar *str,
gchar **strv)
@@ -327,7 +326,6 @@ str_in_strv (gchar *str,
return FALSE;
}
-
/* The caller must free the strings stored in satisfactory_format_name and
* satisfactory_mime_type.
*/
@@ -375,7 +373,6 @@ can_satisfy_mime_type_requirements (gchar **accepted_mime_types,
return done;
}
-
static EmpathyAvatar *
avatar_chooser_convert (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf_scaled,
@@ -428,7 +425,6 @@ avatar_chooser_convert (EmpathyAvatarChooser *chooser,
return converted_avatar;
}
-
static EmpathyAvatar *
avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf,
@@ -489,7 +485,6 @@ avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
return avatar;
}
-
static void
avatar_chooser_clear_image (EmpathyAvatarChooser *chooser)
{