Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.

1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
Expand Down
6 changes: 3 additions & 3 deletions examples/gtk+2/update-gdk-pixbuf-loaders
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ esac
# changing host from i386 to i686 and appending/dropping
# the -gnu suffix, so try to match up the $host we got
# with whats actually there.
if ! test -d "/etc/gtk-2.0/$host" ; then
if ! test -d "/etc/gtk-2.0/$host" ; then
case "$host" in
i?86*)
i?86*)
for d in /etc/gtk-2.0/i?86*; do
if test -d "$d" ; then
host="${d##*/}"
Expand All @@ -29,7 +29,7 @@ if ! test -d "/etc/gtk-2.0/$host" ; then
done
;;
esac
fi
fi

file="/etc/gtk-2.0/$host/gdk-pixbuf.loaders"

Expand Down
6 changes: 3 additions & 3 deletions examples/gtk+2/update-gtk-immodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ esac
# changing host from i386 to i686 and appending/dropping
# the -gnu suffix, so try to match up the $host we got
# with whats actually there.
if ! test -d "/etc/gtk-2.0/$host" ; then
if ! test -d "/etc/gtk-2.0/$host" ; then
case "$host" in
i?86*)
i?86*)
for d in /etc/gtk-2.0/i?86*; do
if test -d "$d" ; then
host="${d##*/}"
Expand All @@ -29,7 +29,7 @@ if ! test -d "/etc/gtk-2.0/$host" ; then
done
;;
esac
fi
fi

file="/etc/gtk-2.0/$host/gtk.immodules"

Expand Down
2 changes: 1 addition & 1 deletion examples/icewm/icewm/keys
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ key "XF86AudioStop" xmms -s
key "XF86AudioNext" xmms -f
key "XF86AudioPrev" xmms -r
key "XF86HomePage" firefox -noraise -remote openHomepage
key "XF86Mail" firefox -noraise -remote openURL(http://www.gmail.com)
key "XF86Mail" firefox -noraise -remote openURL(http://www.gmail.com)
key "XF86Search" firefox -noraise -remote openURL(http://www.google.com/)
key "XF86Eject" eject
Loading