empathy r1753 - trunk/libempathy



Author: xclaesse
Date: Fri Nov 21 16:14:49 2008
New Revision: 1753
URL: http://svn.gnome.org/viewvc/empathy?rev=1753&view=rev

Log:
Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/libempathy/empathy-file.c

Modified: trunk/libempathy/empathy-file.c
==============================================================================
--- trunk/libempathy/empathy-file.c	(original)
+++ trunk/libempathy/empathy-file.c	Fri Nov 21 16:14:49 2008
@@ -851,8 +851,6 @@
   if (out_stream)
     g_object_ref (out_stream);
   priv->out_stream = out_stream;
-
-  g_object_notify (G_OBJECT (file), "output-stream");
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]