[Lcdproc] PATCH to enable STOP icon in widget.c

Hon Yuen Kwun honyuenkwun@gmail.com
Tue Aug 29 01:17:02 2006


This is a multi-part message in MIME format.
--------------040909000502030900090208
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

The widget.c file is missing the STOP icon that's part of the core icon set.

One line patch attached.

--------------040909000502030900090208
Content-Type: text/x-patch;
 name="widget.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="widget.patch"

--- lcdproc-orig/server/widget.c	2002-07-14 16:30:35.000000000 -0400
+++ lcdproc-dev/server/widget.c	2006-08-26 15:27:28.000000000 -0400
@@ -55,6 +55,7 @@
 	{ICON_SELECTOR_AT_LEFT, "SELECTOR_AT_LEFT"},
 	{ICON_SELECTOR_AT_RIGHT, "SELECTOR_AT_RIGHT"},
 	{ICON_ELLIPSIS, "ELLIPSIS"},
+	{ICON_STOP, "STOP"},
 	{ICON_PAUSE, "PAUSE"},
 	{ICON_PLAY, "PLAY"},
 	{ICON_PLAYR, "PLAYR"},


--------------040909000502030900090208--