[mate-dock-applet] 14/18: debian/patches: Add 1002_fix-typos.patch. Fix typos in upstream code.

Mike Gabriel sunweaver at debian.org
Mon Feb 15 04:44:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-dock-applet.

commit ef096d6a95a7b9a7a2c0dae2b01471925caf7bea
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Feb 14 15:58:39 2016 +0100

    debian/patches: Add 1002_fix-typos.patch. Fix typos in upstream code.
---
 debian/patches/1002_fix-typos.patch | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/1002_fix-typos.patch b/debian/patches/1002_fix-typos.patch
new file mode 100644
index 0000000..178ea9f
--- /dev/null
+++ b/debian/patches/1002_fix-typos.patch
@@ -0,0 +1,35 @@
+Description: Fix typos in upstream code.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/robint99/dock-applet/issues/39
+
+--- a/README.md
++++ b/README.md
+@@ -12,7 +12,7 @@
+ * Use an indicator by each app to show when it is running
+ * Optionally, use multiple indicators for each window an app has open	
+ * Use either a light or dark indicator that it can always be seen no matter what colour the panel is, or turn indicators off altogether
+-* Change the colour of MATE panels to the dominant colour (i.e. the most common colour) of the desktop wallpaper. The colour can be applied to all panels or just the panel contaning the dock.
++* Change the colour of MATE panels to the dominant colour (i.e. the most common colour) of the desktop wallpaper. The colour can be applied to all panels or just the panel containing the dock.
+ 
+ ### Installation
+ 
+--- a/src/dock_prefs.in
++++ b/src/dock_prefs.in
+@@ -478,7 +478,7 @@
+         self.__cb_panel_color_change.set_active(change_color)
+ 
+     def get_change_dock_color_only(self):
+-        """ Get whether only the panel contaning the dock is to be changed when settung
++        """ Get whether only the panel containing the dock is to be changed when settung
+             the panel colour according to the current wallpaper
+ 
+         Returns: boolean
+@@ -487,7 +487,7 @@
+         return self.__cb_dock_panel_only.get_active()
+ 
+     def set_change_dock_color_only(self, dock_only):
+-        """ Sets whether only the panel contaning the dock is to be changed when settings
++        """ Sets whether only the panel containing the dock is to be changed when settings
+             the panel colour according to the current wallpaper
+ 
+         Args: dock_only - boolean
diff --git a/debian/patches/series b/debian/patches/series
index 65e1576..3a98cca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1001_proper-make-clean.patch
+1002_fix-typos.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-dock-applet.git



More information about the pkg-mate-commits mailing list