summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e2d43ac..fe1b3101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-04-02 Christian Kellner <gicmo@gnome.org>
+
+ * hal/hal-utils.h:
+ * hal/hal-utils.c:
+ Create new files for utility functions and move get_disc_icon()
+ and get_disc_name() here.
+ Also create get_themed_icon_with_fallbacks() to create
+ GThemedIcons with default fallbacks but with the ability to
+ pass in another name to create the fallbacks from then the
+ icon name.
+
+ * hal/ghalmount.c:
+ * hal/ghalvolume.c:
+ Use newly created get_themed_icon_with_fallbacks () and pass
+ in custom fallback name for encrypted mounts/volumes (#525153).
+
+ * hal/Makefile.am:
+ Add hal-utils.[hc]
+
+ * programs/gvfs-mount.c:
+ Display the icon names for mounts/volumes if the icon is
+ a GThemedIcon.
+
2008-04-01 Sebastien Bacher <seb128@ubuntu.com>
* hal/ghalmount.c: (format_size_for_display), (do_update_from_hal):