summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/misc_settings.cpp.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-14 17:22:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-14 17:22:21 (GMT)
commit8804b7d1312f648e265f9166786bfa3fe064eaa2 (patch)
treec93efd3517c5195d1ce82b97c33f8c1231fb5ea6 /abs/core/mythinstall/misc_settings.cpp.patch
parent202c1c45cf8dcd9ae2189c073d555a95d09260d1 (diff)
downloadlinhes_pkgbuild-8804b7d1312f648e265f9166786bfa3fe064eaa2.zip
linhes_pkgbuild-8804b7d1312f648e265f9166786bfa3fe064eaa2.tar.gz
linhes_pkgbuild-8804b7d1312f648e265f9166786bfa3fe064eaa2.tar.bz2
mythinstall: update for mythtv 0.27. closes #938.
Diffstat (limited to 'abs/core/mythinstall/misc_settings.cpp.patch')
-rw-r--r--abs/core/mythinstall/misc_settings.cpp.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/abs/core/mythinstall/misc_settings.cpp.patch b/abs/core/mythinstall/misc_settings.cpp.patch
deleted file mode 100644
index 75c4d8d..0000000
--- a/abs/core/mythinstall/misc_settings.cpp.patch
+++ /dev/null
@@ -1,57 +0,0 @@
---- misc_settings.cpp.orig 2013-09-06 21:04:22.406221919 +0000
-+++ misc_settings.cpp 2013-09-06 21:01:01.927900734 +0000
-@@ -74,17 +74,17 @@
- // miscsettings_2->addChild(HostZipcode());
-
- TimezoneRegion *timezoneregion = new TimezoneRegion();
-- TimezoneButton *timezonebutton = new TimezoneButton();
-+// TimezoneButton *timezonebutton = new TimezoneButton();
-
- VerticalConfigurationGroup* miscsettings =
- new VerticalConfigurationGroup(false, true,false,false);
-- miscsettings->addChild(timezonebutton);
-+// miscsettings->addChild(timezonebutton);
- if ( showLabels && ( hostparm.ThisTimeZone != "" ))
- {
- if (MVAPP)
- {
- miscsettings->addChild(temptimezone);
-- timezonebutton->disableButton();
-+// timezonebutton->disableButton();
- }
- else
- miscsettings->addChild(timezoneregion);
-@@ -104,13 +104,13 @@
-
-
-
-- connect(timezonebutton, SIGNAL(mf_launch_tzgui()),timezoneregion ,SLOT(timezone_gathersettings()));
-+// connect(timezonebutton, SIGNAL(mf_launch_tzgui()),timezoneregion ,SLOT(timezone_gathersettings()));
-
- connect(timezoneregion,SIGNAL(mf_show_tz(QString)),this,SLOT(mf_show_tz(QString)));
- connect(this,SIGNAL(update_timezone(QString)),timezoneregion,SLOT(update_timezone_values(QString)));
-
- autoLaunchTimer = new QTimer(this);
-- connect(autoLaunchTimer, SIGNAL(timeout()), timezonebutton, SLOT(launch_tzgui()));
-+// connect(autoLaunchTimer, SIGNAL(timeout()), timezonebutton, SLOT(launch_tzgui()));
- autoLaunchTimer->start(0);
- }
-
-@@ -191,7 +191,7 @@
-
-
- //_______________Misc time timezone
--
-+/*
- TimezoneButton::TimezoneButton():
- VerticalConfigurationGroup(false,false,false,false)
- {
-@@ -211,7 +211,7 @@
- {
- TZButton->setEnabled(false);
- }
--
-+*/
- //This is used for the timezone
- QStringList findFilesRecursively ( QStringList paths, QString fileTypes ) {
- if ( fileTypes.isEmpty() ) fileTypes = "*";