formatting

This commit is contained in:
Sven Neumann 2006-06-20 12:42:48 +00:00
parent d2b2d8c779
commit 9a8e67c1f7
1 changed files with 0 additions and 2 deletions

View File

@ -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;