]> git.0d.be Git - empathy.git/commitdiff
Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 21 Nov 2008 16:14:49 +0000 (16:14 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 21 Nov 2008 16:14:49 +0000 (16:14 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1753

libempathy/empathy-file.c

index 27c6c282752ff6759453607ee20c0b7cc2f1c5e0..9a8993ddbfeb70a506f85ee092ff94091d1e4bbf 100644 (file)
@@ -851,8 +851,6 @@ empathy_file_set_output_stream (EmpathyFile *file,
   if (out_stream)
     g_object_ref (out_stream);
   priv->out_stream = out_stream;
-
-  g_object_notify (G_OBJECT (file), "output-stream");
 }
 
 void