summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-07-23 14:13:42 +0100
committerScore_Under2015-07-23 14:13:52 +0100
commite92611dd59f3a97d92306793814adbcd41293b8e (patch)
tree5a3b64d2fa2da3248c23b498e28926f24c89f753 /paths-in-opt.patch
parent036a76af930c487a334cb344bed71cc6db4d8554 (diff)
downloadaur-e92611dd59f3a97d92306793814adbcd41293b8e.tar.gz
Update for v166
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 30dbb71fae8f..fe55c4b98149 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,5 +1,5 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index cb87bf1..201c069 100755
+index 6811311..8abf9a2 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
@@ -132,7 +132,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
@@ -11,7 +11,7 @@ index cb87bf1..201c069 100755
aboutinfo.SetLicense( license )
-@@ -1908,7 +1908,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
+@@ -1942,7 +1942,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 cb87bf1..201c069 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 7ffd518..520e94c 100755
+index d025f7b..372eccc 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
-@@ -621,7 +621,7 @@ class DialogFirstStart( Dialog ):
+@@ -619,7 +619,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 7ffd518..520e94c 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 ef81009..18d7831 100755
+index ecb6cff..563d416 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys
@@ -67,10 +67,10 @@ index ef81009..18d7831 100755
PLATFORM_WINDOWS = False
diff --git a/include/HydrusServerResources.py b/include/HydrusServerResources.py
-index 2462cff..9afda32 100644
+index df908d4..7c04f81 100644
--- a/include/HydrusServerResources.py
+++ b/include/HydrusServerResources.py
-@@ -775,11 +775,11 @@ class HydrusResourceCommandBooruThumbnail( HydrusResourceCommandBooru ):
+@@ -806,11 +806,11 @@ class HydrusResourceCommandBooruThumbnail( HydrusResourceCommandBooru ):
mime = media_result.GetMime()
if mime in HC.MIMES_WITH_THUMBNAILS: path = ClientFiles.GetThumbnailPath( hash, full_size = False )