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

- Message 'Setting takeover successfully...' removed


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04e71239f2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Origin message was:
------------------
* Software Update: /var/etc/update.urls is excluded from saving

- Message 'Setting takeover successfully...' removed


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-11-19 02:32:06 +01:00
parent c6fffb4c81
commit 41108bafca
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 - ## von der Sicherung auszuschlie<69>ende Dateien, gekennzeichnet durch ein vorangestelltes -
#---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------
-/var/etc/update.urls
-/var/tuxbox/config/cables.xml -/var/tuxbox/config/cables.xml
-/var/tuxbox/config/encoding.conf -/var/tuxbox/config/encoding.conf
-/var/tuxbox/config/providermap.xml -/var/tuxbox/config/providermap.xml

View File

@@ -155,7 +155,6 @@ bool CExtUpdate::applySettings(const std::string & filename, int mode)
return false; 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("\n");
WRITE_UPDATE_LOG("##### Settings taken. #####\n"); WRITE_UPDATE_LOG("##### Settings taken. #####\n");
if (mode == MODE_EXPERT) if (mode == MODE_EXPERT)