Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-17 19:45:37 +0300
committerGitHub <noreply@github.com>2017-08-17 19:45:37 +0300
commit9e7556db210741799dd5881bd0d80192d918f1ce (patch)
tree91a75754c50fbe80c8ad57b83687b84439f799f7
parent78cea826d5ef57b6d26a4c0a2efa7cb68b12c310 (diff)
Fix missing comma in gtk+.py
-rw-r--r--packages/gtk+.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 468aad9..a9836f1 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -199,10 +199,10 @@ class GtkPackage (GnomeGitPackage):
'patches/gtk/0001-A11y-Make-GtkTable-emit-the-container-add-signal.patch',
'patches/gtk/gtk-add-new-osx-versions.patch',
- 'patches/gtk/gtk-new-screen-updates-api.patch'
+ 'patches/gtk/gtk-new-screen-updates-api.patch',
- # https://bugzilla.xamarin.com/show_bug.cgi?id=5162
- 'patches/gtk/get-ascii-capable-keyboard-input-source.patch'
+ # https://bugzilla.xamarin.com/show_bug.cgi?id=5162
+ 'patches/gtk/get-ascii-capable-keyboard-input-source.patch'
])
def prep(self):