diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
commit | 2b3f22361da0c1d8e6ce70d71352821758186db7 (patch) | |
tree | 5d10633b47369b3aa52a05bf889ede0dbe5ee108 /src/Application.c | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | dc6c76eb04dfe3d4262a1806808f0bc0bf523238 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/Application.c')
-rw-r--r-- | src/Application.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Application.c b/src/Application.c index 3d0d2d9..a509a16 100644 --- a/src/Application.c +++ b/src/Application.c @@ -272,11 +272,11 @@ static Application* application_construct (GType object_type, gboolean is_direct #line 57 "/home/jens/Source/shotwell/src/Application.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 275 "Application.c" - goto __catch560_g_error; + goto __catch569_g_error; } } - goto __finally560; - __catch560_g_error: + goto __finally569; + __catch569_g_error: { GError* e = NULL; #line 56 "/home/jens/Source/shotwell/src/Application.vala" @@ -289,7 +289,7 @@ static Application* application_construct (GType object_type, gboolean is_direct _g_error_free0 (e); #line 291 "Application.c" } - __finally560: + __finally569: #line 56 "/home/jens/Source/shotwell/src/Application.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 56 "/home/jens/Source/shotwell/src/Application.vala" |