Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
browser.xml: use two white spaces for indentation
|
|
|
|
connecting a signal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gio set PATH "metadata::caja-trusted-launcher" true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* middle-clicking the reload button duplicates tab
|
|
|
|
|
|
|
|
fixes https://github.com/mate-desktop/caja/issues/1417
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
|
|
|