summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2016-07-15 03:03:29 +0100
committerScore_Under2016-07-15 03:03:29 +0100
commit503f626cad3c00f411b10fd546ed1129dea776d8 (patch)
treeb6827457de1a2c8ec08a9fadc73acd2057d09d3f /paths-in-opt.patch
parent872c33ce42b07c15868e22902dbc7d0c2f68d2bf (diff)
downloadaur-503f626cad3c00f411b10fd546ed1129dea776d8.tar.gz
Update for v214
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 4cf01f27244b..c664fb58c4f8 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,8 +1,8 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index bfb1f6f..e99cef0 100755
+index c0825bb..49483a4 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -157,7 +157,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -153,7 +153,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
aboutinfo.SetVersion( str( HC.SOFTWARE_VERSION ) + ', using network version ' + str( HC.NETWORK_VERSION ) )
aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
@@ -11,7 +11,7 @@ index bfb1f6f..e99cef0 100755
aboutinfo.SetLicense( license )
-@@ -313,7 +313,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -309,7 +309,7 @@ class FrameGUI( ClientGUITopLevelWindows.FrameThatResizes ):
server_executable = server_executable.replace( 'pythonw', 'python' )
@@ -21,7 +21,7 @@ index bfb1f6f..e99cef0 100755
time_waited = 0
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index 3b1e84f..33ffc78 100755
+index 0949f90..0c88472 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,33 +3,21 @@ import sys