[Geany-Devel] [PATCH] Add GLib version chechk around g_thread_init() call

2013-04-25 Thread n@sk0
Hi, my name is Atanas Beloborodov, developer from Bulgaria [small country on east europe :)] and i use Geany for my everyday work, so i decide to help with development as i can. Here is a small patch for main.c, that checks for GLib version and avoid call of g_thread_init() if GLlib version 2.32

Re: [Geany-Devel] [PATCH] Add GLib version chechk around g_thread_init() call

2013-04-25 Thread Dimitar Zhekov
On Thu, 25 Apr 2013 11:23:48 +0300 n@sk0 arrted...@gmail.com wrote: Hi, my name is Atanas Beloborodov, developer from Bulgaria [small country on east europe :)] and i use Geany for my everyday work, so i decide to help with development as i can. Welcome from a fellow Bulgarian. This is a low

Re: [Geany-Devel] [PATCH] Add GLib version chechk around g_thread_init() call

2013-04-25 Thread Matthew Brush
On 13-04-25 01:23 AM, n@sk0 wrote: Hi, my name is Atanas Beloborodov, developer from Bulgaria [small country on east europe :)] and i use Geany for my everyday work, so i decide to help with development as i can. Here is a small patch for main.c, that checks for GLib version and avoid call of