empathy r1689 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1689 - trunk/libempathy-gtk
- Date: Tue, 11 Nov 2008 15:26:51 +0000 (UTC)
Author: xclaesse
Date: Tue Nov 11 15:26:50 2008
New Revision: 1689
URL: http://svn.gnome.org/viewvc/empathy?rev=1689&view=rev
Log:
Coding style: no blank lines in local variable declarations
Modified:
trunk/libempathy-gtk/empathy-avatar-chooser.c
Modified: trunk/libempathy-gtk/empathy-avatar-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-avatar-chooser.c (original)
+++ trunk/libempathy-gtk/empathy-avatar-chooser.c Tue Nov 11 15:26:50 2008
@@ -380,11 +380,9 @@
gsize max_size)
{
gchar *format_name = NULL, *new_mime_type = NULL;
-
gchar *converted_image_data = NULL;
gsize converted_image_size = 0;
EmpathyAvatar *converted_avatar = NULL;
-
gboolean saved;
GError *error = NULL;
@@ -432,11 +430,9 @@
{
EmpathyAvatarChooserPriv *priv = GET_PRIV (chooser);
EmpathyTpContactFactory *tp_cf = priv->tp_contact_factory;
-
gint max_width = 0, max_height = 0, max_size = 0;
gchar **mime_types = NULL;
gboolean needs_conversion = FALSE;
-
GdkPixbuf *pixbuf_scaled = NULL;
/* This should only be called if the user is setting a new avatar,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]