gvfs r1528 - in trunk: . client



Author: alexl
Date: Tue Mar  4 14:13:52 2008
New Revision: 1528
URL: http://svn.gnome.org/viewvc/gvfs?rev=1528&view=rev

Log:
2008-03-04  Alexander Larsson  <alexl redhat com>

	* client/gdaemonmount.c (g_daemon_mount_get_icon):
	Use fallbacks for mount icon.

	* NEWS:
	Update for release.




Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/client/gdaemonmount.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar  4 14:13:52 2008
@@ -1,3 +1,13 @@
+Major changes in 0.1.9:
+* Added ftp backend
+* Added obexftp backend
+* Locking fixed for volume monitors
+* Better bash completion
+* Better webdav support
+* Allow backends to specify uri details in .mount file
+* Fix leaks and crashes
+* Fix icon for audio cds
+
 Major changes in 0.1.8:
 * Update for gio API changes
 * Add gphoto2 backend

Modified: trunk/client/gdaemonmount.c
==============================================================================
--- trunk/client/gdaemonmount.c	(original)
+++ trunk/client/gdaemonmount.c	Tue Mar  4 14:13:52 2008
@@ -120,7 +120,7 @@
 {
   GDaemonMount *daemon_mount = G_DAEMON_MOUNT (mount);
 
-  return g_themed_icon_new (daemon_mount->mount_info->icon);
+  return g_themed_icon_new_with_default_fallbacks (daemon_mount->mount_info->icon);
 }
 
 static char *



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