Skip to content
  • Brian Cameron's avatar
    Fix casting problem in gmodule code. · fa00f3e5
    Brian Cameron authored
    This fixes bug 579884.  Previously the return value of g_slist_find_custom was
    being recasted as type (GtkModuleInfo *).  This patch sets the return value
    to a temporary variable of type (GSList *), and sets info to temp->data.  This
    avoids a crashing problem.
    fa00f3e5