Revision: 74396 http://trac.macports.org/changeset/74396 Author: and.damore@macports.org Date: 2010-12-14 22:10:55 -0800 (Tue, 14 Dec 2010) Log Message: ----------- new patch file included in r74395 Revision Links: -------------- http://trac.macports.org/changeset/74395 Added Paths: ----------- trunk/dports/math/tiemu3/files/patch-src_gui_device_c.diff Added: trunk/dports/math/tiemu3/files/patch-src_gui_device_c.diff =================================================================== --- trunk/dports/math/tiemu3/files/patch-src_gui_device_c.diff (rev 0) +++ trunk/dports/math/tiemu3/files/patch-src_gui_device_c.diff 2010-12-15 06:10:55 UTC (rev 74396) @@ -0,0 +1,24 @@ +--- src/gui/device.c.orig 2010-12-15 07:02:44.000000000 +0100 ++++ src/gui/device.c 2010-12-15 07:03:08.000000000 +0100 +@@ -102,9 +102,9 @@ + gtk_option_menu_set_history(GTK_OPTION_MENU(data), 7); + break; + +- case CABLE_VTL: +- gtk_option_menu_set_history(GTK_OPTION_MENU(data), 8); +- break; ++// case CABLE_VTL: ++// gtk_option_menu_set_history(GTK_OPTION_MENU(data), 8); ++// break; + + case CABLE_ILP: + gtk_option_menu_set_history(GTK_OPTION_MENU(data), 9); +@@ -194,7 +194,7 @@ + case 5: tmp.cable_model = CABLE_USB; break; + case 6: tmp.cable_model = CABLE_VTI; break; + case 7: tmp.cable_model = CABLE_TIE; break; +- case 8: tmp.cable_model = CABLE_VTL; break; ++// case 8: tmp.cable_model = CABLE_VTL; break; + case 9: tmp.cable_model = CABLE_ILP; break; + } + }