summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-09-11 22:48:19 +0000
committerBenedikt Meurer <benny@xfce.org>2005-09-11 22:48:19 +0000
commitedb3b02de523cef5fe8e36f52136a886e5243cbf (patch)
tree91008257a8498a76be84d1b1d8fe242833c9fc2f /examples
parent52ec25f1c04ff7e0570d20617e7411fb11e3ec61 (diff)
downloadthunar-edb3b02de523cef5fe8e36f52136a886e5243cbf.tar.gz
2005-09-11 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-standard-view.c: Sort the extension actions by their names instead of their labels. * thunar/thunar-extension-manager.c(thunar_extension_class_init): Properly initialize the parent class reference. * examples/open-terminal-here/Makefile.am: Don't specify CLEANFILES explicitly. * thunar/thunar-file.c(thunar_file_get_mime_info): Documentation fix. * thunar-vfs/thunar-vfs-mime-database.c (thunar_vfs_mime_database_get_info_for_file): When generating an application/x-extension-<EXT> mime type and no valid extension is found for the file name, fallback to the whole filename as suggested by jrb. This way we can make sure that we will never return application/octet-stream from this method and thereby allow the program chooser to set default applications for every mime type used in the file manager. * thunar/Makefile.am: Add $(top_builddir) to INCLUDES. (Old svn revision: 17560)
Diffstat (limited to 'examples')
-rw-r--r--examples/open-terminal-here/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/open-terminal-here/Makefile.am b/examples/open-terminal-here/Makefile.am
index 75d02531..c486a139 100644
--- a/examples/open-terminal-here/Makefile.am
+++ b/examples/open-terminal-here/Makefile.am
@@ -27,9 +27,6 @@ open_terminal_here_la_LDFLAGS = \
-export-dynamic \
-module
-CLEANFILES = \
- open-terminal-here.la
-
EXTRA_DIST = \
README