libgnomeui r5522 - in trunk: . file-chooser



Author: alexl
Date: Mon Feb 11 11:26:41 2008
New Revision: 5522
URL: http://svn.gnome.org/viewvc/libgnomeui?rev=5522&view=rev

Log:
2008-02-11  Alexander Larsson  <alexl redhat com>

	* file-chooser/gtkfilesystemgio.c (gtk_file_system_gio_volume_get_icon_name):
	Update to work with latest gio (it added a mount flag)



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 11 11:26:41 2008
@@ -1120,7 +1120,7 @@
       GMountOperation *mount_op;
 
       mount_op = g_mount_operation_new ();
-      g_volume_mount (volume, mount_op, handle->cancellable, volume_mount_cb, handle);
+      g_volume_mount (volume, 0, mount_op, handle->cancellable, volume_mount_cb, handle);
       g_object_unref (mount_op);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]