summaryrefslogtreecommitdiff
path: root/src/tz-launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tz-launcher.c')
-rw-r--r--src/tz-launcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tz-launcher.c b/src/tz-launcher.c
index 7a50fc2..e4851c5 100644
--- a/src/tz-launcher.c
+++ b/src/tz-launcher.c
@@ -36,9 +36,9 @@ file_is_desktop_file (GFile *file)
g_key_file_load_from_file (keyfile, g_file_get_path(file), G_KEY_FILE_NONE, NULL);
if (g_key_file_has_group (keyfile, "Desktop Entry"))
- return TRUE;
+ result = TRUE;
else
- return FALSE;
+ result = FALSE;
g_key_file_free (keyfile);
return result;