Merge branch '2085_deprecated_glib_functions'
commit7d000ad5e5b08e3d58a109bb6d7f4496fdf9fdab
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 8 Jun 2010 09:07:51 +0000 (8 13:07 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 8 Jun 2010 09:07:51 +0000 (8 13:07 +0400)
tree743f1b01bd1ad603be42ce542bf7a6f77ae9664e
parentf5ae2bfeddf9fbb02b943e450cc7b77ed0f8aa3a
parent0cb04aec3b602e0ab65010699cf105fef34014d8
Merge branch '2085_deprecated_glib_functions'

* 2085_deprecated_glib_functions:
  g_strncasecmp() function is deprecated.
  g_strup() function is deprecated. g_ascii_strup() is used instead.
  g_strcasecmp() function is deprecated.
  g_strdown() function is deprecated.
  g_string_sprintf() is deprecated.
  Ticket #2085: replacement of deprecated GLib functions.