diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-09 23:59:04 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-09 23:59:04 +0800 |
commit | cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda (patch) | |
tree | 4af432767e06d2273e5a22dffbafceed8944ebbe /lib/ephy-profile-utils.h | |
parent | 001bb8c1a001d3ab2b3f8f704609e04042ef767d (diff) | |
download | gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar.gz gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar.bz2 gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar.lz gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar.xz gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.tar.zst gsoc2013-epiphany-cc55649fb5923e1ba1c89c3c8aa25b1cb9401cda.zip |
ephy-profile-utils: make ephy_profile_utils_do_migration more verbose on failure
So we can properly test it.
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index d26fe1ca5..6a01549c7 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -32,7 +32,7 @@ int ephy_profile_utils_get_migration_version (void); gboolean ephy_profile_utils_set_migration_version (int version); -void ephy_profile_utils_do_migration (void); +gboolean ephy_profile_utils_do_migration (void); void _ephy_profile_utils_store_form_auth_data (const char *uri, const char *form_username, |