[maemo-commits] [maemo-commits] r8980 - projects/haf/branches/hildon-fm/1.x/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 8 17:06:57 EET 2007
Author: marivoll
Date: 2007-01-08 17:06:56 +0200 (Mon, 08 Jan 2007)
New Revision: 8980

Modified:
   projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-details-dialog.c
Log:
	* hildon-fm/hildon-file-details-dialog.c
	(hildon_file_details_dialog_set_file_iter): Do not pass mime type
	thru gettext.


Modified: projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-details-dialog.c
===================================================================
--- projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-details-dialog.c	2007-01-08 08:56:54 UTC (rev 8979)
+++ projects/haf/branches/hildon-fm/1.x/hildon-fm/hildon-file-details-dialog.c	2007-01-08 15:06:56 UTC (rev 8980)
@@ -732,7 +732,7 @@
     -1);
 
   g_object_set(self->priv->file_name, "label", name, NULL);
-  g_object_set(self->priv->file_type, "label", _(mime), NULL);
+  g_object_set(self->priv->file_type, "label", mime, NULL);
 
   if (size < 1024)
     g_snprintf(buffer, sizeof(buffer), _("ckdg_va_properties_size_kb"), 1);


More information about the maemo-commits mailing list