summaryrefslogtreecommitdiff
path: root/shell/favorites.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/favorites.c')
-rw-r--r--shell/favorites.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/favorites.c b/shell/favorites.c
index c8a006c..267126d 100644
--- a/shell/favorites.c
+++ b/shell/favorites.c
@@ -110,7 +110,7 @@ weston_gtk_favorites_init (WestonGtkFavorites *self)
WESTON_GTK_TYPE_FAVORITES,
WestonGtkFavoritesPrivate);
- self->priv->settings = g_settings_new ("org.raspberrypi.weston-gtk-shell");
+ self->priv->settings = g_settings_new ("org.raspberrypi.maynard");
g_signal_connect (self->priv->settings, "changed::favorites",
G_CALLBACK (favorites_changed), self);
favorites_changed (self->priv->settings, "favorites", self);