[rygel/rygel-0-30] lms: Use correct section for title setting
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-30] lms: Use correct section for title setting
- Date: Mon, 11 Apr 2016 16:48:45 +0000 (UTC)
commit 6db92df8af50fa4a0f6f9086fb9d654343310711
Author: Jens Georg <mail jensge org>
Date: Sun Apr 10 09:20:33 2016 +0200
lms: Use correct section for title setting
Signed-off-by: Jens Georg <mail jensge org>
src/plugins/lms/rygel-lms-root-container.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/lms/rygel-lms-root-container.vala b/src/plugins/lms/rygel-lms-root-container.vala
index 0052a85..1128af7 100644
--- a/src/plugins/lms/rygel-lms-root-container.vala
+++ b/src/plugins/lms/rygel-lms-root-container.vala
@@ -33,7 +33,7 @@ public class Rygel.LMS.RootContainer : Rygel.SimpleContainer {
var title = _("Shared media");
try {
- title = config.get_string ("LightMediaScanner", "title");
+ title = config.get_string (LMS.Plugin.NAME, "title");
} catch (GLib.Error error) {}
base.root (title);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]