summarylogtreecommitdiffstats
path: root/gtk.patch
diff options
context:
space:
mode:
authorava1ar2017-01-31 15:04:57 -0500
committerava1ar2017-01-31 15:04:57 -0500
commitfb35c631fd244bef94ef660cf5b7a21da4c4b5a5 (patch)
tree2ab056ca938768c01882b9ea886a3039fde1b430 /gtk.patch
parent83cf863c4f358b09949cf65206cdacf3d14d1480 (diff)
downloadaur-fb35c631fd244bef94ef660cf5b7a21da4c4b5a5.tar.gz
Updated to 16.10.10
Diffstat (limited to 'gtk.patch')
-rw-r--r--gtk.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk.patch b/gtk.patch
index 11ad744ccce7..913fadbaafa5 100644
--- a/gtk.patch
+++ b/gtk.patch
@@ -1,5 +1,5 @@
---- a/usr/lib/python3.5/site-packages/system76driver/gtk.py 2014-05-10 00:19:43.755367421 -0400
-+++ b/usr/lib/python3.5/site-packages/system76driver/gtk.py 2014-05-10 00:19:48.515363743 -0400
+--- a/usr/lib/python3.6/site-packages/system76driver/gtk.py 2014-05-10 00:19:43.755367421 -0400
++++ b/usr/lib/python3.6/site-packages/system76driver/gtk.py 2014-05-10 00:19:48.515363743 -0400
@@ -100,10 +100,10 @@
self.details.set_text('\n'.join(lines))
if self.action_runner.needed:
@@ -8,7 +8,7 @@
else:
msg = _('All drivers have been applied, nothing to do.')
self.set_notify('gtk-ok', msg)
-+ self.enabled['driverRestore'] = True
++ self.enabled['driverRestore'] = True
self.set_sensitive(True)
def set_sensitive(self, sensitive):