Skip to content
Snippets Groups Projects
Commit 56bf7a4a authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-07-17 Benedikt Meurer <benny@xfce.org>

	* configure.in.in: Use "thunar-threaded" instead of "Thunar-threaded".
	* tests/test-thunar-vfs-volume-bsd.c(main): Get this test working again.




(Old svn revision: 16396)
parent 07141b79
No related branches found
No related tags found
No related merge requests found
2005-07-17 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Use "thunar-threaded" instead of "Thunar-threaded".
* tests/test-thunar-vfs-volume-bsd.c(main): Get this test working again.
2005-07-17 Benedikt Meurer <benny@xfce.org>
* TODO: Add note to based the ThunarVfsJob communication on the GSignal
......
......@@ -20,7 +20,7 @@ AC_COPYRIGHT([Copyright (c) 2004-2005
The Thunar development team. All rights reserved.
Written for Thunar by Benedikt Meurer <benny@xfce.org>.])
AC_INIT([Thunar], [thunar_version()], [benny@xfce.org], [Thunar-threaded])
AC_INIT([Thunar], [thunar_version()], [benny@xfce.org], [thunar-threaded])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
AC_REVISION([$Id$])
......
......@@ -47,17 +47,17 @@ main (int argc, char **argv)
volume = g_list_nth_data (volumes, 0);
g_assert (THUNAR_VFS_IS_VOLUME (volume));
g_assert (!thunar_vfs_volume_get_mount_status (volume));
g_assert (!thunar_vfs_volume_is_mounted (volume));
g_assert (THUNAR_VFS_IS_URI (thunar_vfs_volume_get_mount_point (volume)));
volume = g_list_nth_data (volumes, 1);
g_assert (THUNAR_VFS_IS_VOLUME (volume));
g_assert (!thunar_vfs_volume_get_mount_status (volume));
g_assert (!thunar_vfs_volume_is_mounted (volume));
g_assert (THUNAR_VFS_IS_URI (thunar_vfs_volume_get_mount_point (volume)));
volume = g_list_nth_data (volumes, 2);
g_assert (THUNAR_VFS_IS_VOLUME (volume));
g_assert (!thunar_vfs_volume_get_mount_status (volume));
g_assert (!thunar_vfs_volume_is_mounted (volume));
g_assert (THUNAR_VFS_IS_URI (thunar_vfs_volume_get_mount_point (volume)));
g_object_unref (G_OBJECT (manager));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment