[gnac/devel] Replaced deprecated symbol



commit 5d01a7c3572286fe822adda246b19245ccc2ed5c
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date:   Sat Jan 21 15:54:34 2012 +0000

    Replaced deprecated symbol

 src/gnac-properties.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnac-properties.c b/src/gnac-properties.c
index 923d272..21a0729 100644
--- a/src/gnac-properties.c
+++ b/src/gnac-properties.c
@@ -375,7 +375,7 @@ gnac_properties_get_property_from_value(const gchar  *name,
   if (LIBGNAC_METADATA_TAG_IS_FILE_SIZE(name)) {
     gint64 val = g_value_get_int64(value);
     if (val == 0) return NULL;
-    gchar *size = g_format_size_for_display(val);
+    gchar *size = g_format_size(val);
     return size;
   }
 



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