aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:14:49 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:14:49 +0800
commite63a97260e5ddd2c30d0fcb5368676d946d6200f (patch)
tree0a0cbba847e46fb04270105cffeff3369ffbab84 /libempathy
parent2f494c430d672d07721a7a7244e499a5d3cdd2c4 (diff)
downloadgsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar.gz
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar.bz2
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar.lz
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar.xz
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.tar.zst
gsoc2013-empathy-e63a97260e5ddd2c30d0fcb5368676d946d6200f.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> svn path=/trunk/; revision=1753
Diffstat (limited to 'libempathy')
-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