mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-10 17:09:07 -04:00
Use set_boolean instead of writing strings
This commit is contained in:
@@ -7610,7 +7610,7 @@ export_desktop_file (const char *app,
|
||||
if (g_key_file_get_boolean (keyfile, G_KEY_FILE_DESKTOP_GROUP,
|
||||
"X-KDE-PluginInfo-EnabledByDefault", NULL))
|
||||
{
|
||||
g_key_file_set_string (keyfile, G_KEY_FILE_DESKTOP_GROUP, "X-KDE-PluginInfo-EnabledByDefault", "false");
|
||||
g_key_file_set_boolean (keyfile, G_KEY_FILE_DESKTOP_GROUP, "X-KDE-PluginInfo-EnabledByDefault", FALSE);
|
||||
}
|
||||
|
||||
/* If the app has been renamed, add its old .desktop filename to
|
||||
|
||||
Reference in New Issue
Block a user