aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf9
1 files changed, 4 insertions, 5 deletions
diff --git a/fetchmailconf b/fetchmailconf
index c1a3cbfd..ca9be0da 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1381,11 +1381,10 @@ if __name__ == '__main__':
# OK, now run the configuration edit
root = MainWindow(rcfile)
- if os.name == 'posix':
- icon_image = PhotoImage(data=fetchmail_gif)
- icon_window = Toplevel()
- Label(icon_window, image=icon_image, bg='black').pack()
- root.master.iconwindow(icon_window)
+ icon_image = PhotoImage(data=fetchmail_gif)
+ icon_window = Toplevel()
+ Label(icon_window, image=icon_image, bg='black').pack()
+ root.master.iconwindow(icon_window)
root.mainloop()
# The following sets edit modes for GNU EMACS