This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pavucontrol.
commit ecd3c4304b0e195d6826b5b7072dbba35c02fbf1 Author: Laurent Bigonville <[email protected]> Date: Tue May 23 18:10:08 2017 +0200 Use changes-prevent icon instead of the stock_lock one stock_lock is not shipped by recent (ie. adwaita) icon themes, use changes-prevent instead. This icon seems to be shipped in several themes. Closes: #863203 --- debian/patches/01_fix_lock_icon.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 26 insertions(+) diff --git a/debian/patches/01_fix_lock_icon.patch b/debian/patches/01_fix_lock_icon.patch new file mode 100644 index 0000000..2461bb7 --- /dev/null +++ b/debian/patches/01_fix_lock_icon.patch @@ -0,0 +1,25 @@ +Description: Use freedesktop.org standard icon name +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863203 +Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99577 +Forwarded: yes + +--- a/src/pavucontrol.glade ++++ b/src/pavucontrol.glade +@@ -312,7 +312,7 @@ + <object class="GtkImage" id="image18"> + <property name="visible">True</property> + <property name="can_focus">False</property> +- <property name="icon_name">stock_lock</property> ++ <property name="icon_name">changes-prevent</property> + <property name="icon-size">1</property> + </object> + </child> +@@ -1474,7 +1474,7 @@ + <object class="GtkImage" id="image18"> + <property name="visible">True</property> + <property name="can_focus">False</property> +- <property name="icon_name">stock_lock</property> ++ <property name="icon_name">changes-prevent</property> + <property name="icon-size">1</property> + </object> + </child> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f6ed8d7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_fix_lock_icon.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pavucontrol.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

