libgnomeui r5539 - in trunk: . file-chooser
- From: alexl svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnomeui r5539 - in trunk: . file-chooser
- Date: Mon, 25 Feb 2008 13:04:58 +0000 (GMT)
Author: alexl
Date: Mon Feb 25 13:04:58 2008
New Revision: 5539
URL: http://svn.gnome.org/viewvc/libgnomeui?rev=5539&view=rev
Log:
2008-02-25 Alexander Larsson <alexl redhat com>
* file-chooser/gtkfilesystemgio.c (gtk_file_system_gio_get_volume_for_path):
Update for the glib g_file_contains_file -> g_file_has_prefix rename.
Modified:
trunk/ChangeLog
trunk/file-chooser/gtkfilesystemgio.c
Modified: trunk/file-chooser/gtkfilesystemgio.c
==============================================================================
--- trunk/file-chooser/gtkfilesystemgio.c (original)
+++ trunk/file-chooser/gtkfilesystemgio.c Mon Feb 25 13:04:58 2008
@@ -584,7 +584,7 @@
mount = list->data;
root = g_mount_get_root (mount);
- if (g_file_contains_file (root, file))
+ if (g_file_has_prefix (file, root))
{
mount = list->data;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]