Skip to content
  • Brian Cameron's avatar
    Fix casting problem in gmodule code. · f43a78a8
    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.
    f43a78a8