diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
commit | 8e1c5a834469d804d28ee8ab2cbe2da8e600a789 (patch) | |
tree | b9771456583eaead893cfd8f02e680b58a3da970 /src/Application.c | |
parent | 80a5f2d8b095e895a5424f90b2ce4684d94c1a32 (diff) | |
parent | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (diff) |
Merge tag 'upstream/0.26.0'
Upstream version 0.26.0
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 9d858e4..edc55d2 100644 --- a/src/Application.c +++ b/src/Application.c @@ -265,11 +265,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 268 "Application.c" - goto __catch557_g_error; + goto __catch559_g_error; } } - goto __finally557; - __catch557_g_error: + goto __finally559; + __catch559_g_error: { GError* e = NULL; #line 56 "/home/jens/Source/shotwell/src/Application.vala" @@ -282,7 +282,7 @@ static Application* application_construct (GType object_type, gboolean is_direct _g_error_free0 (e); #line 284 "Application.c" } - __finally557: + __finally559: #line 56 "/home/jens/Source/shotwell/src/Application.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 56 "/home/jens/Source/shotwell/src/Application.vala" |