summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-06-22 05:05:17 +0100
committerScore_Under2015-06-22 05:05:17 +0100
commit1456b2c513291693cf9b72b62da5fbd0f32cb23a (patch)
tree0b3e100c07149e1387ac7804860038698dcaeae3 /paths-in-opt.patch
parent91fc191e031be486eff9f7a0a0466ee4ecd13ca0 (diff)
downloadaur-1456b2c513291693cf9b72b62da5fbd0f32cb23a.tar.gz
Update for v161
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index a93f16e9e670..5bc2b79e3758 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 96fef72..17061b7 100755
+index 5e2b52d..08b3e1e 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -131,7 +131,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -132,7 +132,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
aboutinfo.SetVersion( HydrusData.ToString( HC.SOFTWARE_VERSION ) )
aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
@@ -11,7 +11,7 @@ index 96fef72..17061b7 100755
aboutinfo.SetLicense( license )
-@@ -1884,7 +1884,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
+@@ -1872,7 +1872,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
elif command == '8chan_board': webbrowser.open( 'http://8ch.net/hydrus/index.html' )
elif command == 'file_integrity': self._CheckFileIntegrity()
@@ -21,10 +21,10 @@ index 96fef72..17061b7 100755
elif command == 'help_shortcuts': wx.MessageBox( CC.SHORTCUT_HELP )
elif command == 'import_files': self._ImportFiles()
diff --git a/include/ClientGUIDialogs.py b/include/ClientGUIDialogs.py
-index 3b964a7..c296c06 100755
+index a53dac3..6dcd165 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
-@@ -664,7 +664,7 @@ class DialogFirstStart( Dialog ):
+@@ -621,7 +621,7 @@ class DialogFirstStart( Dialog ):
self._ok.SetForegroundColour( ( 0, 128, 0 ) )
message1 = 'Hi, this looks like the first time you have started the hydrus client. Don\'t forget to check out the'
@@ -34,7 +34,7 @@ index 3b964a7..c296c06 100755
message3 = 'When you close this dialog, the client will start its local http server. You will probably get a firewall warning.'
message4 = 'You can block it if you like, or you can allow it. It doesn\'t phone home, or expose your files to your network; it just provides another way to locally export your files.'
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index 79580fd..0dc9d4f 100755
+index b219383..3b2e86c 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys
@@ -67,10 +67,10 @@ index 79580fd..0dc9d4f 100755
PLATFORM_WINDOWS = False
diff --git a/include/HydrusServerResources.py b/include/HydrusServerResources.py
-index 8c3779c..3037df8 100644
+index 2462cff..9afda32 100644
--- a/include/HydrusServerResources.py
+++ b/include/HydrusServerResources.py
-@@ -784,11 +784,11 @@ class HydrusResourceCommandBooruThumbnail( HydrusResourceCommandBooru ):
+@@ -775,11 +775,11 @@ class HydrusResourceCommandBooruThumbnail( HydrusResourceCommandBooru ):
mime = media_result.GetMime()
if mime in HC.MIMES_WITH_THUMBNAILS: path = ClientFiles.GetThumbnailPath( hash, full_size = False )