diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2018-06-10 15:34:52 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2018-06-10 15:34:52 +0100 |
| commit | 77dcd6bf9024ae829b58672e0dae56fcee2cccc3 (patch) | |
| tree | b42706dbf74b05bb3ef27932680164245ba8f8c0 /EEHPH2_app.py | |
| parent | 55a31f72645616c2d0bc76bf311a2a8a9dd17ab0 (diff) | |
| download | eehph2-77dcd6bf9024ae829b58672e0dae56fcee2cccc3.tar.gz eehph2-77dcd6bf9024ae829b58672e0dae56fcee2cccc3.zip | |
fixed bug and added image in setup
Diffstat (limited to 'EEHPH2_app.py')
| -rw-r--r-- | EEHPH2_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EEHPH2_app.py b/EEHPH2_app.py index d66538d..62977ab 100644 --- a/EEHPH2_app.py +++ b/EEHPH2_app.py @@ -364,7 +364,7 @@ class FileTree(tk.Frame): if name == 'Music': image = self.music_icon elif name == 'Desktop': - image = self.music_icon + image = self.desktop_icon elif name == 'Documents': image = self.documents_icon elif name == 'Downloads': |
