git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1341 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-02-29 20:57:18 +00:00
parent 4ec1f12a0a
commit 051edcd19f
-3
View File
@@ -131,9 +131,6 @@ class ConfirmationDialog:
for pkg in pkgs['remove']:
model.append( parent, [pkg] )
for pkg in pkgs:
model.append( None, [pkg] )
def show_data_simple( self, model, pkgs ):
model.clear()
for pkg in pkgs: