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 since this function is deprecated in GLib > 2.32
P.S.: Thanks to the SardemFF7 from irc channel who helped me.
On Thu, 25 Apr 2013 11:23:48 +0300 "n@sk0" arrtedone@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 traffic list - the core Geany is mostly complete, or the remaining requests are too big for a light IDE, or unattractive to work on, or there is no consensus how to implement them. :) There are new or improved plugins from time to time though.
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 since this function is deprecated in GLib > 2.32
Sounds reasonable (but I'm not a leading developer).
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 g_thread_init() if GLlib version > 2.32 since this function is deprecated in GLib > 2.32
Hello and welcome,
I applied the patch in commit `a3da046` with purely aesthetic changes.
Thanks, Matthew Brush