This is an automated email from the git hooks/post-receive script. a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository panel-plugins/xfce4-weather-plugin.
commit 9b10075594be707ff21ee09e4cdf8fc8aa8111d2 Author: Andre Miranda <[email protected]> Date: Sat Oct 19 18:22:26 2019 -0300 Use standard icon names (Bug #16059) --- panel-plugin/weather-config.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/weather-config.ui b/panel-plugin/weather-config.ui index 40e4477..0c44348 100644 --- a/panel-plugin/weather-config.ui +++ b/panel-plugin/weather-config.ui @@ -56,12 +56,12 @@ <object class="GtkImage" id="image5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="icon_name">up</property> + <property name="icon_name">go-up</property> </object> <object class="GtkImage" id="image6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="icon_name">down</property> + <property name="icon_name">go-down</property> </object> <object class="GtkListStore" id="liststore1"/> <object class="XfceTitledDialog" id="dialog"> -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
