Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm/.git;a=commitdiff;h=d75582a2bf09981284e4f01c4a04e02b4f0b5b13
commit d75582a2bf09981284e4f01c4a04e02b4f0b5b13 Author: Priyank <[EMAIL PROTECTED]> Date: Mon Jul 30 16:15:01 2007 +0530 gfpm-interface: release the transaction after a sysupgrade. diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c index 63d8dff..c4c286a 100644 --- a/src/gfpm-interface.c +++ b/src/gfpm-interface.c @@ -824,6 +824,7 @@ cb_gfpm_refresh_button_clicked (GtkButton *button, gpointer data) cleanup: pacman_pkg_free (pm_lpkg); pacman_pkg_free (pm_spkg); + pacman_trans_release (); return; } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
