empathy r1687 - in trunk: libempathy libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1687 - in trunk: libempathy libempathy-gtk
- Date: Tue, 11 Nov 2008 15:26:43 +0000 (UTC)
Author: xclaesse
Date: Tue Nov 11 15:26:43 2008
New Revision: 1687
URL: http://svn.gnome.org/viewvc/empathy?rev=1687&view=rev
Log:
Coding style: only one blank line between functions.
Modified:
trunk/libempathy-gtk/empathy-avatar-chooser.c
trunk/libempathy-gtk/empathy-contact-widget.c
trunk/libempathy/empathy-tp-contact-factory.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:43 2008
@@ -308,7 +308,6 @@
}
}
-
static gboolean
str_in_strv (gchar *str,
gchar **strv)
@@ -327,7 +326,6 @@
return FALSE;
}
-
/* The caller must free the strings stored in satisfactory_format_name and
* satisfactory_mime_type.
*/
@@ -375,7 +373,6 @@
return done;
}
-
static EmpathyAvatar *
avatar_chooser_convert (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf_scaled,
@@ -428,7 +425,6 @@
return converted_avatar;
}
-
static EmpathyAvatar *
avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
GdkPixbuf *pixbuf,
@@ -489,7 +485,6 @@
return avatar;
}
-
static void
avatar_chooser_clear_image (EmpathyAvatarChooser *chooser)
{
Modified: trunk/libempathy-gtk/empathy-contact-widget.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-widget.c (original)
+++ trunk/libempathy-gtk/empathy-contact-widget.c Tue Nov 11 15:26:43 2008
@@ -730,7 +730,6 @@
}
}
-
static void
contact_widget_update_avatar_chooser_account (EmpathyContactWidget *information)
{
@@ -749,7 +748,6 @@
}
}
-
static void
contact_widget_account_changed_cb (GtkComboBox *widget,
EmpathyContactWidget *information)
Modified: trunk/libempathy/empathy-tp-contact-factory.c
==============================================================================
--- trunk/libempathy/empathy-tp-contact-factory.c (original)
+++ trunk/libempathy/empathy-tp-contact-factory.c Tue Nov 11 15:26:43 2008
@@ -739,7 +739,6 @@
tp_factory);
}
-
static void
tp_contact_factory_got_self_handle_cb (TpConnection *proxy,
guint handle,
@@ -765,7 +764,6 @@
tp_factory);
}
-
static void
tp_contact_factory_got_avatar_requirements_cb (TpConnection *proxy,
const gchar **mime_types,
@@ -798,7 +796,6 @@
tp_contact_factory_ready (EMPATHY_TP_CONTACT_FACTORY (tp_factory));
}
-
static void
tp_contact_factory_ready (EmpathyTpContactFactory *tp_factory)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]