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