From: Dana Jansens Date: Sun, 2 Mar 2008 16:41:08 +0000 (-0500) Subject: display the NotShowIn stuff correctly X-Git-Tag: release-3.4.7-pre2~5^2~3 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=1a3ffb6e5b6782ce79006f788f6fb4e3db7d8b4a;hp=0e3ad6344548bec9259a11b2224930b1d36e8c03 display the NotShowIn stuff correctly --- diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart index 9ea03fd..64f26dc 100755 --- a/tools/xdg-autostart/xdg-autostart +++ b/tools/xdg-autostart/xdg-autostart @@ -121,7 +121,7 @@ class AutostartFile: self._alert("Excluded by: OnlyShowIn (" + s + ")") if default and noshow and not force: s = "" - for i in self.de.getOnlyShowIn(): + for i in self.de.getNotShowIn(): if s: s += ", " s += i self._alert("Excluded by: NotShowIn (" + s + ")")