mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
desktop-entry: fix wrong description of sfdo-icon flags
This commit is contained in:
parent
7166efe7bf
commit
c27d4955a4
1 changed files with 6 additions and 6 deletions
|
|
@ -96,15 +96,15 @@ desktop_entry_init(struct server *server)
|
||||||
* We set some relaxed load options to accommodate delinquent themes in
|
* We set some relaxed load options to accommodate delinquent themes in
|
||||||
* the wild, namely:
|
* the wild, namely:
|
||||||
*
|
*
|
||||||
* - SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING to "impose less
|
* - SFDO_ICON_THEME_LOAD_OPTION_RELAXED to "impose less restrictions
|
||||||
* restrictions on the format of icon theme files"
|
* on the format of icon theme files"
|
||||||
*
|
*
|
||||||
* - SFDO_ICON_THEME_LOAD_OPTION_RELAXED to "continue loading even if it
|
* - SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING to "continue loading
|
||||||
* fails to find a theme or one of its dependencies."
|
* even if it fails to find a theme or one of its dependencies."
|
||||||
*/
|
*/
|
||||||
int load_options = SFDO_ICON_THEME_LOAD_OPTIONS_DEFAULT
|
int load_options = SFDO_ICON_THEME_LOAD_OPTIONS_DEFAULT
|
||||||
| SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING
|
| SFDO_ICON_THEME_LOAD_OPTION_RELAXED
|
||||||
| SFDO_ICON_THEME_LOAD_OPTION_RELAXED;
|
| SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING;
|
||||||
|
|
||||||
sfdo->icon_theme = sfdo_icon_theme_load(
|
sfdo->icon_theme = sfdo_icon_theme_load(
|
||||||
sfdo->icon_ctx,
|
sfdo->icon_ctx,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue