mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
extended update: move ext_update.* to update_ext.*
Beware the canonical order of filenames.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9939fc9197
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -57,7 +57,6 @@ libneutrino_gui_a_SOURCES = \
|
|||||||
epgplus.cpp \
|
epgplus.cpp \
|
||||||
epgview.cpp \
|
epgview.cpp \
|
||||||
eventlist.cpp \
|
eventlist.cpp \
|
||||||
ext_update.cpp \
|
|
||||||
favorites.cpp \
|
favorites.cpp \
|
||||||
filebrowser.cpp \
|
filebrowser.cpp \
|
||||||
imageinfo.cpp \
|
imageinfo.cpp \
|
||||||
@@ -97,6 +96,7 @@ libneutrino_gui_a_SOURCES = \
|
|||||||
themes.cpp \
|
themes.cpp \
|
||||||
timeosd.cpp \
|
timeosd.cpp \
|
||||||
update.cpp \
|
update.cpp \
|
||||||
|
update_ext.cpp \
|
||||||
update_menue.cpp \
|
update_menue.cpp \
|
||||||
update_settings.cpp \
|
update_settings.cpp \
|
||||||
user_menue.cpp \
|
user_menue.cpp \
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gui/update.h>
|
#include <gui/update.h>
|
||||||
#include <gui/ext_update.h>
|
#include <gui/update_ext.h>
|
||||||
|
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gui/update.h>
|
#include <gui/update.h>
|
||||||
#include <gui/ext_update.h>
|
#include <gui/update_ext.h>
|
||||||
|
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
@@ -37,7 +37,7 @@
|
|||||||
#include <zapit/debug.h>
|
#include <zapit/debug.h>
|
||||||
|
|
||||||
#include <system/helpers.h>
|
#include <system/helpers.h>
|
||||||
#include <gui/ext_update.h>
|
#include <gui/update_ext.h>
|
||||||
|
|
||||||
bool file_exists(const char *filename)
|
bool file_exists(const char *filename)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user