[epiphany/mcatanzaro/webapp-profile: 21/23] profile-migrator: code style improvement
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/webapp-profile: 21/23] profile-migrator: code style improvement
- Date: Sun, 17 Mar 2019 17:34:02 +0000 (UTC)
commit 29772ffb5f44a163315e45805d4830b3ba048072
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Mar 17 11:10:15 2019 -0500
profile-migrator: code style improvement
src/profile-migrator/ephy-profile-migrator.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c
index 86082e808..a82445599 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -1148,9 +1148,8 @@ migrate_profile_directories (void)
g_autofree char *app_path = ephy_web_application_get_profile_directory (app->id);
g_autoptr(GFile) new_directory = g_file_new_for_path (app_path);
- if (!move_directory_contents (old_directory, new_directory)) {
+ if (!move_directory_contents (old_directory, new_directory))
continue;
- }
// Create an empty file to indicate it's an app
g_autofree char *app_file = g_build_filename (app_path, ".app", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]