mirror of https://github.com/GNOME/gimp.git
formatting
This commit is contained in:
parent
d2b2d8c779
commit
9a8e67c1f7
|
@ -146,12 +146,10 @@ load_image (const gchar *uri,
|
|||
return -1;
|
||||
|
||||
file = g_key_file_new ();
|
||||
|
||||
if (! g_key_file_load_from_file (file, filename, G_KEY_FILE_NONE, &error))
|
||||
goto out;
|
||||
|
||||
group = g_key_file_get_start_group (file);
|
||||
|
||||
if (! group || strcmp (group, "Desktop Entry") != 0)
|
||||
goto out;
|
||||
|
||||
|
|
Loading…
Reference in New Issue