[rygel] media-export: Fix translation of virtual folders
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] media-export: Fix translation of virtual folders
- Date: Thu, 21 Jun 2012 19:02:05 +0000 (UTC)
commit f7ccb3d55ea9e88fae208bcbfd3f675a3ee706bd
Author: Jens Georg <mail jensge org>
Date: Thu Jun 21 20:57:49 2012 +0200
media-export: Fix translation of virtual folders
.../rygel-media-export-root-container.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-root-container.vala b/src/plugins/media-export/rygel-media-export-root-container.vala
index ddce675..8cca766 100644
--- a/src/plugins/media-export/rygel-media-export-root-container.vala
+++ b/src/plugins/media-export/rygel-media-export-root-container.vala
@@ -438,7 +438,7 @@ public class Rygel.MediaExport.RootContainer : Rygel.MediaExport.DBContainer {
var query_container = factory.create_from_description
(this.media_db,
id,
- definition.title);
+ _(definition.title));
if (query_container.child_count > 0) {
query_container.parent = container;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]