Fixed web publish password saving

pull/106/head
parent 380349704f
commit 0bc1e4d0cc

@ -1257,8 +1257,8 @@ void on_web_publish_accept(GtkWidget *, dictionary *dict){
enable_browser?"listing":"",":", enable_browser?"listing":"",":",
port_enabled?port:"",":", port_enabled?port:"",":",
username_check?username:"",":", username_check?username:"",":",
username_check?!yon_char_is_empty(user_password)?user_password:"":"", username_check?!yon_char_is_empty(user_password)?user_password:"":"",":",
username_check?yon_char_is_empty(encryption)?"":encryption:"",":", username_check?yon_char_is_empty(encryption)?"":encryption:"",
NULL); NULL);
if (!yon_char_is_empty(window->name)&&strcmp(final_name,window->name)){ if (!yon_char_is_empty(window->name)&&strcmp(final_name,window->name)){
yon_config_remove_by_key(REPOPUBLIC_WEB_full(window->name)); yon_config_remove_by_key(REPOPUBLIC_WEB_full(window->name));

@ -102,7 +102,6 @@ mirrorlist - mirrors file, make sure server URL is NOT included in this file! Si
#define _LABEL _("Setting up publication of storage and/or repositories as a local WEB resource") #define _LABEL _("Setting up publication of storage and/or repositories as a local WEB resource")
#define _LABEL _("Authorization parameters") #define _LABEL _("Authorization parameters")
#define _LABEL _("Storage") #define _LABEL _("Storage")
#define _LABEL _("Chosen repositories")
#define _LABEL _("Reviewer") #define _LABEL _("Reviewer")
#define _LABEL _("Port") #define _LABEL _("Port")
#define _LABEL _("Name") #define _LABEL _("Name")

@ -1302,7 +1302,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="resizable">True</property> <property name="resizable">True</property>
<property name="sizing">fixed</property> <property name="sizing">fixed</property>
<property name="title" translatable="yes">Chosen repositories</property> <property name="title" translatable="yes">Repositories</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
<property name="ellipsize">end</property> <property name="ellipsize">end</property>

@ -372,10 +372,6 @@ msgstr ""
msgid "Storage" msgid "Storage"
msgstr "" msgstr ""
#: source/ubl-strings.h:105
msgid "Chosen repositories"
msgstr ""
#: source/ubl-strings.h:106 #: source/ubl-strings.h:106
msgid "Reviewer" msgid "Reviewer"
msgstr "" msgstr ""

@ -395,10 +395,6 @@ msgstr "Параметры авторизации"
msgid "Storage" msgid "Storage"
msgstr "Хранилище" msgstr "Хранилище"
#: source/ubl-strings.h:105
msgid "Chosen repositories"
msgstr "Выбранные репозитории"
#: source/ubl-strings.h:106 #: source/ubl-strings.h:106
msgid "Reviewer" msgid "Reviewer"
msgstr "Обозреватель" msgstr "Обозреватель"

Loading…
Cancel
Save