>>> On 6/3/2013 at 03:14 PM, Anthony Liguori wrote:
> It's not a GObject.
>
> Cc: Gerd Hoffman
> Reported-by: Michael Tokarev
> Signed-off-by: Anthony Liguori
> ---
> v1 -> v2
> - Fix summary to agree with code (Peter)
> ---
> ui/gtk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-
>>> On 6/3/2013 at 03:14 PM, Anthony Liguori wrote:
> It's not a GObject.
>
> Cc: Gerd Hoffman
> Reported-by: Michael Tokarev
> Signed-off-by: Anthony Liguori
> ---
> v1 -> v2
> - Fix summary to agree with code (Peter)
> ---
> ui/gtk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-
Applied. Thanks.
Regards,
Anthony Liguori
Andreas Färber writes:
> Am 03.06.2013 23:14, schrieb Anthony Liguori:
>> It's not a GObject.
>>
>> Cc: Gerd Hoffman
>> Reported-by: Michael Tokarev
>> Signed-off-by: Anthony Liguori
>> ---
>> v1 -> v2
>> - Fix summary to agree with code (Peter)
>> ---
>> ui/gtk.c | 2 +-
>> 1 file changed,
Am 03.06.2013 23:14, schrieb Anthony Liguori:
> It's not a GObject.
>
> Cc: Gerd Hoffman
> Reported-by: Michael Tokarev
> Signed-off-by: Anthony Liguori
> ---
> v1 -> v2
> - Fix summary to agree with code (Peter)
> ---
> ui/gtk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Seems
On 06/03/13 23:14, Anthony Liguori wrote:
> -g_object_unref(cursor);
> +gdk_cursor_unref(cursor);
Reviewed-by: Gerd Hoffmann
cheers,
Gerd
It's not a GObject.
Cc: Gerd Hoffman
Reported-by: Michael Tokarev
Signed-off-by: Anthony Liguori
---
v1 -> v2
- Fix summary to agree with code (Peter)
---
ui/gtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/gtk.c b/ui/gtk.c
index 8dc9041..3bc2842 100644
--- a/ui/gt