diff options
Diffstat (limited to 'lib/ephy-settings.c')
-rw-r--r-- | lib/ephy-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-settings.c b/lib/ephy-settings.c index 0b84e08c8..67a98d34a 100644 --- a/lib/ephy-settings.c +++ b/lib/ephy-settings.c @@ -48,7 +48,7 @@ ephy_settings_init (void) g_str_equal, g_free, g_object_unref); - web_app_name = g_strrstr (profile_directory, EPHY_WEB_APP_PREFIX); + web_app_name = strstr (profile_directory, EPHY_WEB_APP_PREFIX); if (web_app_name) base_path = g_build_path ("/", "/org/gnome/epiphany/web-apps/", web_app_name, NULL); else |