no dbg
This commit is contained in:
parent
ad30fed23d
commit
3963c8404c
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ mod imp {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn set_property(&self, id: usize, value: &glib::Value, _pspec: &glib::ParamSpec) {
|
fn set_property(&self, id: usize, value: &glib::Value, _pspec: &glib::ParamSpec) {
|
||||||
dbg!(id, value);
|
|
||||||
match id {
|
match id {
|
||||||
1 => {
|
1 => {
|
||||||
self.title.replace(value.get_owned().unwrap());
|
self.title.replace(value.get_owned().unwrap());
|
||||||
|
|
Loading…
Reference in a new issue