[grilo] [doc] Minor fixes
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] [doc] Minor fixes
- Date: Tue, 6 Apr 2010 06:48:13 +0000 (UTC)
commit a8e08ff944caca5a332e2d5a9c71e0d9d71780c6
Author: Iago Toral Quiroga <itoral igalia com>
Date: Tue Apr 6 08:48:01 2010 +0200
[doc] Minor fixes
doc/reference/quick-start-using-grilo.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/quick-start-using-grilo.xml b/doc/reference/quick-start-using-grilo.xml
index 443f17d..ce30759 100644
--- a/doc/reference/quick-start-using-grilo.xml
+++ b/doc/reference/quick-start-using-grilo.xml
@@ -64,7 +64,7 @@ source_removed_cb (GrlPluginRegistry *registry, gpointer user_data)
g_debug ("Source '%s' is gone",
grl_metadata_source_get_name (GRL_METADATA_SOURCE (user_data)));
- /* Usually you would inform the user that these service is no longer
+ /* Usually you would inform the user that this service is no longer
available (for example a UPnP server was shutdown) and remove it
from the user interface. */
}
@@ -183,6 +183,7 @@ source_added_cb (GrlPluginRegistry *registry, gpointer user_data)
GrlMetadataSource *source = GRL_METADATA_SOURCE (user_data);
GList * keys = grl_metadata_key_list_new (GRL_METADATA_KEY_TITLE,
GRL_METADATA_KEY_DURATION,
+ GRL_METADATA_KEY_URL,
GRL_METADATA_KEY_CHILDCOUNT,
NULL);
g_debug ("Detected new source available: '%s'",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]