[brasero] brasero-src-selection: wire in constructed handler



commit ac6d74587222786a79733fc7e8e41fb7a4e1c1c2
Author: Joshua Lock <joshua lock intel com>
Date:   Fri Nov 22 11:14:24 2013 +0000

    brasero-src-selection: wire in constructed handler
    
    Fixes 33520f866236b54e9c87650a1ff6fa84c98a616c

 libbrasero-burn/brasero-src-selection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/brasero-src-selection.c b/libbrasero-burn/brasero-src-selection.c
index 16d37cc..463b72f 100644
--- a/libbrasero-burn/brasero-src-selection.c
+++ b/libbrasero-burn/brasero-src-selection.c
@@ -236,6 +236,7 @@ brasero_src_selection_class_init (BraseroSrcSelectionClass *klass)
        object_class->finalize = brasero_src_selection_finalize;
        object_class->set_property = brasero_src_selection_set_property;
        object_class->get_property = brasero_src_selection_get_property;
+       object_class->constructed = brasero_src_selection_constructed;
 
        medium_selection_class->medium_changed = brasero_src_selection_medium_changed;
 


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