public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu/files: tiemu-3.03-r2820.patch
@ 2011-04-13  6:21 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2011-04-13  6:21 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/04/13 06:21:23

  Added:                tiemu-3.03-r2820.patch
  Log:
  Removed obsolete virtual link cable wrt #363383 by jimtahu
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-calculators/tiemu/files/tiemu-3.03-r2820.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch?rev=1.1&content-type=text/plain

Index: tiemu-3.03-r2820.patch
===================================================================
Removed obsolete virtual link cable.

http://svn.tilp.info/cgi-bin/viewvc.cgi?view=rev&root=tiemu&revision=2820
https://bugs.gentoo.org/show_bug.cgi?id=363383

--- src/gui/device.c
+++ src/gui/device.c
@@ -102,10 +102,6 @@
 		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_ILP:
 		gtk_option_menu_set_history(GTK_OPTION_MENU(data), 9);
 	break;
@@ -194,8 +190,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 9: tmp.cable_model = CABLE_ILP; break;
+	case 8: tmp.cable_model = CABLE_ILP; break;
 	}
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-13  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13  6:21 [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu/files: tiemu-3.03-r2820.patch Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox