Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=81ff33dc3c4d81a53f59e521ae00030387bd61d7

commit 81ff33dc3c4d81a53f59e521ae00030387bd61d7
Author: Elentir <elen...@mailoo.org>
Date:   Mon Jul 27 17:39:44 2009 +0200

fix a bug when selecting ext4 in format dialogbox

diff --git a/src/plugins/partdisk.c b/src/plugins/partdisk.c
index 63bdf4d..9415640 100644
--- a/src/plugins/partdisk.c
+++ b/src/plugins/partdisk.c
@@ -623,7 +623,7 @@ int requestformat(char *namedev)
fs = "ext2";
else if(!strcmp(sLabel, _("ext3 - Journalising version of the ext2 
filesystem")))
fs = "ext3";
-               else if(!strcmp(sLabel, _("ext4 - The evolution of the of the 
ext3 filesystem (EXPERIMENTAL!)")))
+               else if(!strcmp(sLabel, _("ext4 - The evolution of the ext3 
filesystem (EXPERIMENTAL!)")))
fs = "ext4";
else if(!strcmp(sLabel, _("reiserfs - Hans Reiser's journalising filesystem")))
fs = "reiserfs";
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to