IMAPX: (utils) use g_return_if_fail() family of functions instead of g_assert()
authorChristian Hilberg <chilberg@src.gnome.org>
Tue, 26 Jun 2012 14:32:53 +0000 (16:32 +0200)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 26 Jun 2012 15:20:29 +0000 (11:20 -0400)
commit977306ba0fe6686a781a2fbe33ffe268ec1ad386
tree5231c40b59982e952e5a7bcdd32d8c4a51f536eb
parentfb3f476526ebee33e0a1422f0c9dcff4a09ce659
IMAPX: (utils) use g_return_if_fail() family of functions instead of g_assert()

* changed the function param sanity checking from assertions
  to the g_return*_if_fail() family of functions, so we can
  stumble along instead of barfing in front of the user
camel/camel-imapx-utils.c