summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <h_wendel@cojobo.net>2005-05-29 16:36:21 +0000
committerHeinrich Wendel <h_wendel@cojobo.net>2005-05-29 16:36:21 +0000
commitdf81003dd9f788f638fdca26c8331f6eee79aa65 (patch)
tree3866f2e80fdd5817b390af55473411144070dea2
parent3f5cedf04e124f59e178a96bb38690f1fc755bc6 (diff)
fixme
-rw-r--r--xdg/MenuEditor.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/xdg/MenuEditor.py b/xdg/MenuEditor.py
index 7d9218b..69aa7f0 100644
--- a/xdg/MenuEditor.py
+++ b/xdg/MenuEditor.py
@@ -8,6 +8,9 @@ from xdg.DesktopEntry import *
import xml.dom.minidom
import os
+# FIXME: copy functions
+# FIXME: fileExists functions: cleanup Excludes
+# FIXME: cleanup Moves
# FIXME: pass AppDirs/DirectoryDirs around in the edit/move functions
# FIXME: More Layout stuff
# FIXME: unod/redo function / remove menu...
@@ -457,3 +460,7 @@ class MenuEditor:
os.remove(filename)
except OSError:
pass
+ try:
+ self.filenames.remove(filename)
+ except IndexError:
+ pass