qulogic/libgnt

Merge with release-2.x.y

2013-03-03, Daniel Atallah
82b581ba5822
Merge with release-2.x.y
  • +5 -1
    gntwm.c
  • --- a/gntwm.c Sun Jan 20 20:31:16 2013 -0500
    +++ b/gntwm.c Sun Mar 03 18:35:43 2013 -0500
    @@ -1243,7 +1243,11 @@
    static gboolean
    ignore_keys_end(GntBindable *bindable, GList *n)
    {
    - return ignore_keys ? !(ignore_keys = FALSE) : FALSE;
    + if (ignore_keys) {
    + ignore_keys = FALSE;
    + return TRUE;
    + }
    + return FALSE;
    }
    static gboolean