Skip to content

Commit bdae802

Browse files
committed
comment it back
1 parent 2fa929f commit bdae802

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/application.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ mod imp {
6464
window.upcast()
6565
};
6666

67-
let theme =gtk::IconTheme::for_display(&window.clone().upcast::<gtk::Widget>().display());
67+
/*let theme =
68+
gtk::IconTheme::for_display(&window.clone().upcast::<gtk::Widget>().display());
6869
let mut v = theme.icon_names();
6970
v.sort();
70-
dbg!(v);
71+
dbg!(v);*/
7172

7273
// Ask the window manager/compositor to present the window
7374
window.present();

0 commit comments

Comments
 (0)