Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet.

svn: r12530
This commit is contained in:
Rob G. Healey 2009-05-15 20:07:39 +00:00
parent 21e96b0616
commit 9b4efeb283
2 changed files with 1 additions and 3 deletions

View File

@ -285,8 +285,8 @@ p#user_header {
margin:0;
padding:0 0 0 9px;
background-color:#6AF364;
border-bottom:solid 2px #000;
border-top:solid 2px #000;
border-bottom:solid 4px #000;
}
#alphabet ul li.letters {
margin:0;
@ -306,7 +306,6 @@ p#user_header {
}
#alphabet ul li.letters a:hover {
background-color:#C1B398;
color:#000;
}
/* Navigation

View File

@ -175,7 +175,6 @@ class PackageWriter:
buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OK, gtk.RESPONSE_OK)
)
s
response = fs_top.run()
if response == gtk.RESPONSE_OK:
fs_ok_clicked(fs_top)