qulogic/libgnt

propagate from branch 'im.pidgin.pidgin.next.minor' (head d09da3fe1c5c8f9a3dd3cd02e2e61d2732e5185f)
to branch 'im.pidgin.pidgin' (head aee1c2e8013c212688f5160be55ea62d65371714)
  • +1 -0
    gntfilesel.c
  • +1 -0
    gntstyle.h
  • --- a/gntfilesel.c Sat Nov 10 01:18:15 2007 +0000
    +++ b/gntfilesel.c Sat Nov 10 04:52:20 2007 +0000
    @@ -265,6 +265,7 @@
    }
    g_free(fp);
    }
    + g_dir_close(dir);
    *files = g_list_reverse(*files);
    return TRUE;
    --- a/gntstyle.h Sat Nov 10 01:18:15 2007 +0000
    +++ b/gntstyle.h Sat Nov 10 04:52:20 2007 +0000
    @@ -122,3 +122,4 @@
    */
    void gnt_uninit_styles(void);
    +