[gnome-shell] Favorites: Add gnome-documents to default list



commit 0133c6e174e705865adf97ed8cce11581d783c49
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sat Aug 27 19:22:14 2011 +0200

    Favorites: Add gnome-documents to default list
    
    We currenty don't have "finding and reminding" so we add gnome-documents
    to the default favorites list to improve the document handling user expirence.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657520

 data/org.gnome.shell.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 266b237..d3f7420 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -31,7 +31,7 @@
       </_description>
     </key>
     <key name="favorite-apps" type="as">
-      <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop' ]</default>
+      <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ]</default>
       <_summary>List of desktop file IDs for favorite applications</_summary>
       <_description>
         The applications corresponding to these identifiers



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