"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "common/flatpak-parental-controls.c" between
flatpak-1.15.1.tar.xz and flatpak-1.15.2.tar.xz

About: Flatpak is a Linux application sandboxing and distribution framework. Pre-release.

flatpak-parental-controls.c  (flatpak-1.15.1.tar.xz):flatpak-parental-controls.c  (flatpak-1.15.2.tar.xz)
skipping to change at line 132 skipping to change at line 132
rating_value = app_filter_oars_value_from_appdata (appdata_value); rating_value = app_filter_oars_value_from_appdata (appdata_value);
else else
rating_value = default_rating_value; rating_value = default_rating_value;
if (filter_value < rating_value || if (filter_value < rating_value ||
(rating_value == MCT_APP_FILTER_OARS_VALUE_UNKNOWN && (rating_value == MCT_APP_FILTER_OARS_VALUE_UNKNOWN &&
filter_value != MCT_APP_FILTER_OARS_VALUE_UNKNOWN) || filter_value != MCT_APP_FILTER_OARS_VALUE_UNKNOWN) ||
(rating_value != MCT_APP_FILTER_OARS_VALUE_UNKNOWN && (rating_value != MCT_APP_FILTER_OARS_VALUE_UNKNOWN &&
filter_value == MCT_APP_FILTER_OARS_VALUE_UNKNOWN)) filter_value == MCT_APP_FILTER_OARS_VALUE_UNKNOWN))
{ {
g_debug ("%s: Comparing rating ‘%s’: app has ‘%s’ but policy has ‘%s’ g_info ("%s: Comparing rating ‘%s’: app has ‘%s’ but policy has ‘%s’ u
unknown: OARS check failed", nknown: OARS check failed",
G_STRFUNC, oars_sections[i], G_STRFUNC, oars_sections[i],
app_filter_oars_value_to_string (rating_value), app_filter_oars_value_to_string (rating_value),
app_filter_oars_value_to_string (filter_value)); app_filter_oars_value_to_string (filter_value));
return FALSE; return FALSE;
} }
} }
return TRUE; return TRUE;
} }
 End of changes. 1 change blocks. 
5 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)