Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=2daf4927376d92d525071720d60a7d8860e0be03

commit 2daf4927376d92d525071720d60a7d8860e0be03
Author: James Buren <r...@frugalware.org>
Date:   Mon Feb 18 22:48:44 2013 -0600

do not append the unknown filesystem to the modification listbox

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 138eaad..85edadd 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -411,6 +411,9 @@ static bool ui_dialog_partition_modify_partition(struct 
disk *disk,int n)

for( i = 0 ; purposes[i] != 0 ; ++i )
{
+    if(strcmp(purposes[i],"unknown") == 0)
+      continue;
+
newtListboxAppendEntry(listbox,purposes[i],purposes[i]);

if(strcmp(purposes[i],purpose) == 0)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to