empathy r1169 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1169 - trunk/src
- Date: Fri, 13 Jun 2008 11:13:59 +0000 (UTC)
Author: xclaesse
Date: Fri Jun 13 11:13:59 2008
New Revision: 1169
URL: http://svn.gnome.org/viewvc/empathy?rev=1169&view=rev
Log:
Coding style (Alban Crequy)
Modified:
trunk/src/empathy-call-window.c
Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c (original)
+++ trunk/src/empathy-call-window.c Fri Jun 13 11:13:59 2008
@@ -504,9 +504,8 @@
{
GtkWidget *dialog;
EmpathyContact *contact;
- g_object_get (window->call,
- "contact", &contact,
- NULL);
+
+ g_object_get (window->call, "contact", &contact, NULL);
/* We don't want to have multiple calls running.
* FIXME: We should use the hold interface... */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]