This commit is contained in:
freeroot
2016-12-26 19:54:24 +01:00
parent e60bd9af95
commit 53eb810bcd

View File

@@ -297,7 +297,7 @@ class ConfigWindow:
def _delete_autostart(self):
autostart_folder = os.path.join(bd.xdg_config_home, "autostart")
autostart_file = autostart_folder + "mailnag.desktop"
autostart_file = os.path.join(autostart_folder, "mailnag.desktop")
if os.path.exists(autostart_file):
os.remove(autostart_file)