This commit is contained in:
GitHub Merge Button 2011-11-11 01:42:13 -08:00
commit 939306b95e

View File

@ -283,7 +283,7 @@ class ApplicationLauncher( easyButton ):
self.appName = desktopItem.getName() self.appName = desktopItem.getName()
self.appGenericName = desktopItem.getGenericName() self.appGenericName = desktopItem.getGenericName()
self.appComment = desktopItem.getComment() self.appComment = desktopItem.getComment()
self.appExec = desktopItem.getExec() self.appExec = desktopItem.getExec().replace("\\\\", "\\")
self.appIconName = desktopItem.getIcon() self.appIconName = desktopItem.getIcon()
self.appCategories = desktopItem.getCategories() self.appCategories = desktopItem.getCategories()
self.appGnomeDocPath = desktopItem.get( "X-GNOME-DocPath" ) or "" self.appGnomeDocPath = desktopItem.get( "X-GNOME-DocPath" ) or ""