Add fix from #456, thanks alasondro !

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6645 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-03-23 12:41:22 +00:00
parent c0558904a1
commit a2b6cc330f

View File

@ -0,0 +1,12 @@
diff -urN iptraf-3.0.0/src/options.c iptraf-3.0.0.new/src/options.c
--- iptraf-3.0.0/src/options.c 2005-09-13 08:42:54.000000000 +0200
+++ iptraf-3.0.0.new/src/options.c 2007-03-23 13:31:37.000000000 +0100
@@ -377,7 +377,7 @@
}
indicatesetting(row, options, statwin);
- } while (row != 17);
+ } while (row != 16);
tx_destroymenu(&menu);
del_panel(statpanel);