Re: [Spice-devel] [PATCH] Remove incorrect option context from spicy-stats

2013-08-27 Thread Uri Lublin
On 08/26/2013 11:38 PM, Jonathon Jongsma wrote: The argument given to g_option_context_new() was apparently copy/pasted from spicy-screenshot and therefore inaccurate for spicy-stats. Since the actual description of the program (from _set_summary()) is displayed on the next line anyway, simply m

[Spice-devel] [PATCH] Remove incorrect option context from spicy-stats

2013-08-26 Thread Jonathon Jongsma
The argument given to g_option_context_new() was apparently copy/pasted from spicy-screenshot and therefore inaccurate for spicy-stats. Since the actual description of the program (from _set_summary()) is displayed on the next line anyway, simply make the context NULL. --- gtk/spicy-stats.c | 2 +