fix stupid copy/paste typo

This commit is contained in:
Brandon Lewis 2010-06-17 12:25:27 +02:00 committed by Edward Hervey
parent e417c4c656
commit da566f9521

View file

@ -94,8 +94,8 @@ ges_track_video_title_src_dispose (GObject * object)
self->text_el = NULL;
}
if (self->text_el) {
g_object_unref (self->text_el);
if (self->background_el) {
g_object_unref (self->background_el);
self->background_el = NULL;
}