When packages are selected for update MandrakeUpdate "reads" wrong package names. packagename MandrakeUpdate-7.1-25mdk.rpm Browsing the source file I came to next solution: In section: /************************************************************************* * DoUpdates **************************************************************************/ I changed the lines 996 and 997 to : gtk_clist_get_text(GTK_CLIST(CList), row, 1, &name); /*changed 0 to 1*/ gtk_clist_get_text(GTK_CLIST(CList), row, 3, &version); /* changed 2 to 3*/ Now Updating worked well! BTW is it usefull to directly send packager a mail as well??? Kees van WIjk
