http://defect.opensolaris.org/bz/show_bug.cgi?id=9709


Lin Ma <lin.ma at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |CAUSEKNOWN




--- Comment #10 from Lin Ma <lin.ma at sun.com>  2009-07-15 21:08:08 ---
A little extra fix is:

diff --git a/common/nwamui_ncp.c b/common/nwamui_ncp.c
index a259445..b8e6b16 100644
--- a/common/nwamui_ncp.c
+++ b/common/nwamui_ncp.c
@@ -1114,7 +1114,7 @@ nwamui_ncp_commit( NwamuiNcp* self )
     }

     if ( self->prv->ncus_added != NULL ) {
-        g_list_foreach( self->prv->ncus_removed, (GFunc)nwamui_ncu_commit,
NULL );
+        g_list_foreach( self->prv->ncus_added, (GFunc)nwamui_ncu_commit, NULL
);
         g_list_foreach( self->prv->ncus_added, (GFunc)nwamui_util_obj_unref,
NULL );
         g_list_free( self->prv->ncus_added );
         self->prv->ncus_added = NULL;

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reply via email to