* Software Update: /var/etc/update.urls is excluded from saving

- Message 'Setting takeover successfully...' removed
This commit is contained in:
micha-bbg
2012-11-19 02:32:06 +01:00
parent 8183e41d33
commit 04e71239f2
2 changed files with 1 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#----------------------------------------------------------------------------------------
## von der Sicherung auszuschlie<69>ende Dateien, gekennzeichnet durch ein vorangestelltes -
#----------------------------------------------------------------------------------------
-/var/etc/update.urls
-/var/tuxbox/config/cables.xml
-/var/tuxbox/config/encoding.conf
-/var/tuxbox/config/providermap.xml

View File

@@ -155,7 +155,6 @@ bool CExtUpdate::applySettings(const std::string & filename, int mode)
return false;
}
}
ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_FLASHUPDATE_UPDATE_WITH_SETTINGS_SUCCESSFULLY), CMessageBox::mbrOk, CMessageBox::mbOk, NEUTRINO_ICON_INFO);
WRITE_UPDATE_LOG("\n");
WRITE_UPDATE_LOG("##### Settings taken. #####\n");
if (mode == MODE_EXPERT)