mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
15 lines
486 B
Diff
15 lines
486 B
Diff
--- a/src/connection-editor-window.c
|
|
+++ b/src/connection-editor-window.c
|
|
@@ -1122,9 +1122,9 @@
|
|
/*Get current country ID if possible*/
|
|
countryid = NULL;
|
|
langenv = getenv("LANG");
|
|
- if (langenv != NULL) {
|
|
- countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2);
|
|
- }
|
|
+ // if (langenv != NULL) {
|
|
+ // countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2);
|
|
+ // }
|
|
/*Create menu*/
|
|
mmguiapp->window->providersmenu = gtk_menu_new();
|
|
/*Sort operators by countries*/
|