Andreas Monzner on Thu, 12 Aug 2004 12:38:34 +0200 (CEST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

apps/tuxbox/enigma/src setupnetwork.cpp


ghostrider    04/08/12 12:38:34

  Modified:    tuxbox/enigma/src setupnetwork.cpp
  Log:
  remove cifs hint box ( new cifs versions have working write support )
  
  Revision  Changes    Path
  1.49      +1 -9      apps/tuxbox/enigma/src/setupnetwork.cpp
  
  file : http://cvs.tuxbox.org/tuxbox/apps/tuxbox/enigma/src/setupnetwork.cpp?rev=1.49&content-type=text/vnd.viewcvs-markup
  plain: http://cvs.tuxbox.org/tuxbox/apps/tuxbox/enigma/src/setupnetwork.cpp?rev=1.49&content-type=text/plain
  revision graph: http://cvs.tuxbox.org/tuxbox/apps/tuxbox/enigma/src/setupnetwork.cpp?graph=1.49
  diff : http://cvs.tuxbox.org/tuxbox/apps/tuxbox/enigma/src/setupnetwork.cpp.diff?r1=1.48&r2=1.49
  
  Index: setupnetwork.cpp
  ===================================================================
  RCS file: /cvs/tuxbox/apps/tuxbox/enigma/src/setupnetwork.cpp,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- setupnetwork.cpp	12 Jun 2004 14:06:53 -0000	1.48
  +++ setupnetwork.cpp	12 Aug 2004 10:38:34 -0000	1.49
  @@ -1062,7 +1062,7 @@
   {
   	if ( le )
   	{
  -		if ( le->getKey() )
  +		if ( le->getKey() )  // CIFS
   		{
   			luser->show();
   			lpass->show();
  @@ -1351,14 +1351,6 @@
   {
   	if (e.type == eWidgetEvent::execBegin )
   	{
  -		if ( combo_fstype->getCount() > 1 )
  -		{
  -			errorMessage(
  -				_("Recording on CIFS shares is unstable.\n"
  -					"Therefore CIFS support is not included "
  -					"in the standard distribution. Use it at "
  -					"your own risk!"));
  -		}
   		setFocus(ip);
   		return 1;
   	}
  
  
  

-- 
To UNSUBSCRIBE, email to tuxbox-cvs-request@cvs.tuxbox.org
with a subject of "unsubscribe". Trouble? Contact listmaster@cvs.tuxbox.org