You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
926 B
13 lines
926 B
diff -urN gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c
|
|
--- gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:58:56.562792316 +0300
|
|
+++ gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:59:27.738343094 +0300
|
|
@@ -186,7 +186,7 @@
|
|
g_auto(GStrv) conf_providers =
|
|
gis_driver_conf_get_string_list (GIS_PAGE (page)->driver, VENDOR_GOA_GROUP, VENDOR_PROVIDERS_KEY, NULL);
|
|
GStrv providers = conf_providers ? conf_providers :
|
|
- (gchar *[]) { "google", "owncloud", "windows_live", "facebook", NULL };
|
|
+ (gchar *[]) { "yandex", "google", "owncloud", "windows_live", "facebook", NULL };
|
|
|
|
/* This code will read the keyfile containing vendor customization options and
|
|
* look for options under the "goa" group, and supports the following keys:
|