Hi Ignas,

first of all, thanks for the patches.

On 2013-02-08 16:34:03, Ignas Anikevičius wrote:
> Subject: [PATCH 1/4] Set the horizontal scroll step
> 
> Previously it was set to -1, which was essentially disabling the
> horizontal scrolling. This enables the scrolling by default by setting
> it to be the same as the vertical scrolling.
> 
> Signed-off-by: Ignas Anikevicius (gns_ank) <anikevic...@gmail.com>

Looks good to me.

> From 834d5d41aa7c36462348a293a28c5a7d02071e67 Mon Sep 17 00:00:00 2001
> From: "Ignas Anikevicius (gns_ank)" <anikevic...@gmail.com>
> Date: Fri, 8 Feb 2013 14:05:06 +0000
> Subject: [PATCH 2/4] Fix some mutex deprecation warnings in page-widget
> 
> According to my compiler output and the page on glib deprecated APIs
> [1], some of the stuff needed to be removed or changed.
> 
> [1] - http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html
> 
> Signed-off-by: Ignas Anikevicius (gns_ank) <anikevic...@gmail.com>

This one too.

> From a99e05179420ad27c0dce54b3661602615e530de Mon Sep 17 00:00:00 2001
> From: "Ignas Anikevicius (gns_ank)" <anikevic...@gmail.com>
> Date: Fri, 8 Feb 2013 14:17:38 +0000
> Subject: [PATCH 3/4] Remove g_thread_init from main.c
> 
> g_thread_init is no longer needed as glib is taking care of it automatically.

For which versions of glib is this the case? If that's not true for all
versions, an #if block around the g_thread_init call with a version check
would be more appropriate.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

_______________________________________________
zathura mailing list
zathura@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura

Reply via email to