summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/misc_settings.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythinstall/misc_settings.cpp.patch')
-rw-r--r--abs/core/mythinstall/misc_settings.cpp.patch57
1 files changed, 57 insertions, 0 deletions
diff --git a/abs/core/mythinstall/misc_settings.cpp.patch b/abs/core/mythinstall/misc_settings.cpp.patch
new file mode 100644
index 0000000..75c4d8d
--- /dev/null
+++ b/abs/core/mythinstall/misc_settings.cpp.patch
@@ -0,0 +1,57 @@
+--- 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 = "*";