Magellan Linux

Diff of /trunk/installer/gtk-gui/networking.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 761 by niro, Fri Apr 18 20:40:28 2008 UTC revision 762 by niro, Mon Sep 22 21:13:13 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/networking.sh,v 1.1 2008-04-18 20:40:28 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/networking.sh,v 1.2 2008-09-22 21:13:13 niro Exp $
2    
3  export NETWORK_CONFIG='  export NETWORK_CONFIG='
4  <window title="Network Configuration" icon-name="gtk-network" window_position="1">  <window title="Network Configuration" icon-name="gtk-network" window_position="1">
# Line 331  rundialog_network_select_nic() Line 331  rundialog_network_select_nic()
331   then   then
332   FAILURE_MESSAGE="No NIC selected!" \   FAILURE_MESSAGE="No NIC selected!" \
333   rundialog FAILURE_DIALOG   rundialog FAILURE_DIALOG
334     rundialog_network_select_nic
335   fi   fi
336   ;;   ;;
337   esac   esac

Legend:
Removed from v.761  
changed lines
  Added in v.762