diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:25:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:25:59 +0200 |
commit | 6944ad9f9346341ee0fd120ec3ed0b7b56406436 (patch) | |
tree | ae59422da384a9463c306e1983be5ac46ff97c7d /src/Application.c | |
parent | 803e11e1c311a7ba4923d8d438eafa7ff62b463d (diff) | |
parent | 72e3d4c55a6569d966059f762824c38d06055871 (diff) |
Merge tag 'upstream/0.25.0'
Upstream version 0.25.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 c0dcecf..45b19e4 100644 --- a/src/Application.c +++ b/src/Application.c @@ -237,11 +237,11 @@ static Application* application_construct (GType object_type, gboolean is_direct #line 53 "/home/jens/Source/shotwell/src/Application.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 240 "Application.c" - goto __catch547_g_error; + goto __catch560_g_error; } } - goto __finally547; - __catch547_g_error: + goto __finally560; + __catch560_g_error: { GError* e = NULL; #line 52 "/home/jens/Source/shotwell/src/Application.vala" @@ -254,7 +254,7 @@ static Application* application_construct (GType object_type, gboolean is_direct _g_error_free0 (e); #line 256 "Application.c" } - __finally547: + __finally560: #line 52 "/home/jens/Source/shotwell/src/Application.vala" if (G_UNLIKELY (_inner_error_ != NULL)) { #line 52 "/home/jens/Source/shotwell/src/Application.vala" |