cleanup
This commit is contained in:
parent
c0749e41d9
commit
19f003f942
2 changed files with 2 additions and 9 deletions
|
|
@ -210,7 +210,6 @@ impl Window {
|
|||
if !win.is_active() {
|
||||
win.close();
|
||||
}
|
||||
println!("active or not lets find out...");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -228,9 +227,6 @@ impl Window {
|
|||
.unwrap()
|
||||
.downcast::<gio::AppInfo>()
|
||||
.unwrap();
|
||||
println!("position: {}", &list_item.position());
|
||||
println!("{}", app_info.name());
|
||||
// println!("{}", app_info.description());
|
||||
|
||||
let child = list_item
|
||||
.child()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue