]> git.mdlowis.com Git - proto/labwc.git/commitdiff
desktop-entry: fix wrong description of sfdo-icon flags
authortokyo4j <hrak1529@gmail.com>
Wed, 8 Oct 2025 09:32:30 +0000 (18:32 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 8 Oct 2025 22:59:43 +0000 (00:59 +0200)
src/desktop-entry.c

index 79b015f2c7fbc75357ff5b802078de4a4937fd54..7617fa26a50619fe0bd967945701d8f111ed9f16 100644 (file)
@@ -96,15 +96,15 @@ desktop_entry_init(struct server *server)
         * We set some relaxed load options to accommodate delinquent themes in
         * the wild, namely:
         *
-        * - SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING to "impose less
-        *   restrictions on the format of icon theme files"
+        * - SFDO_ICON_THEME_LOAD_OPTION_RELAXED to "impose less restrictions
+        *   on the format of icon theme files"
         *
-        * - SFDO_ICON_THEME_LOAD_OPTION_RELAXED to "continue loading even if it
-        *   fails to find a theme or one of its dependencies."
+        * - SFDO_ICON_THEME_LOAD_OPTION_ALLOW_MISSING to "continue loading
+        *   even if it fails to find a theme or one of its dependencies."
         */
        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_ctx,