aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-file.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:14:49 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:14:49 +0800
commit4674b6682115e2aff594c22b5dc7cc7bae58d476 (patch)
tree0a0cbba847e46fb04270105cffeff3369ffbab84 /libempathy/empathy-file.c
parent5652e5855f08f1359853c27f4752252d82732f2c (diff)
downloadgsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar.gz
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar.bz2
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar.lz
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar.xz
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.tar.zst
gsoc2013-empathy-4674b6682115e2aff594c22b5dc7cc7bae58d476.zip
Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1753 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-file.c')
-rw-r--r--libempathy/empathy-file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-file.c b/libempathy/empathy-file.c
index 27c6c2827..9a8993ddb 100644
--- a/libempathy/empathy-file.c
+++ b/libempathy/empathy-file.c
@@ -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