summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-09-06 11:34:15 +0000
committerBenedikt Meurer <benny@xfce.org>2005-09-06 11:34:15 +0000
commitc5a3c59fb32ffc7aad5f3513d978d8f6668b4c36 (patch)
treeec4efd0e8af57eb708854b808c097e4e983d8376 /Makefile.am
parent75692676a96bdc5c9856df3a51370547a517c71a (diff)
downloadthunar-c5a3c59fb32ffc7aad5f3513d978d8f6668b4c36.tar.gz
2005-09-06 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-uri.c: Invoke the parent's finalize method, as that will be required for language bindings once we have weak/toggle references for ExoObject. * thunar/thunar-local-file.c(thunar_local_file_rename): Re-register with the VFS monitor if the rename succeeds. * thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_hash): Don't hash the hostname if it's NULL. * thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_equal): We don't need to query the hostname string here, as local files will always have host set to NULL. * tests/test-thunar-vfs-uri.c(main): Extend the ThunarVfsURI test. * pixmaps/, Makefile.am, configure.in.in, thunar/thunar-window.c, thunar/Makefile.am: Initial idea for the about dialog logo. (Old svn revision: 17389)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index df741941..5ac96bdf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@
SUBDIRS = \
docs \
+ pixmaps \
po \
thunar-vfs \
thunarx \