summaryrefslogtreecommitdiff
path: root/shell/favorites.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-05 12:58:54 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-05 13:00:09 +0100
commit0fdc7d88d3b38972b8d2242c981a6e09da4647a3 (patch)
tree2d528a4cdfac7284d516a1c0e86879e5151ef80e /shell/favorites.c
parentbe766f12c4c9629d720e149a983503034d75c192 (diff)
downloadgraynard-0fdc7d88d3b38972b8d2242c981a6e09da4647a3.tar.gz
graynard-0fdc7d88d3b38972b8d2242c981a6e09da4647a3.zip
rename project from weston-gtk-shell to maynard
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);