Magellan Linux

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

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

revision 771 by niro, Fri Apr 18 20:40:28 2008 UTC revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/usermanagement.sh,v 1.1 2008-04-18 20:40:28 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/usermanagement.sh,v 1.2 2008-09-24 10:44:21 niro Exp $
2    
3  export ROOT_PASSWORD_DIALOG='  export ROOT_PASSWORD_DIALOG='
4  <window title="Root Password" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">  <window title="Root Password" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">
5   <vbox>   <vbox>
6   <pixmap>   <pixmap>
7   <input file>header.png</input>   <input file>data/header.png</input>
8   </pixmap>   </pixmap>
9   <hbox spacing="160">   <hbox spacing="160">
10   <pixmap>   <pixmap>
# Line 44  export ADD_USER_DIALOG=' Line 44  export ADD_USER_DIALOG='
44  <window title="User add" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">  <window title="User add" icon-name="gtk-dialog-authentication" window_position="1" resizable="false">
45   <vbox>   <vbox>
46   <pixmap>   <pixmap>
47   <input file>header.png</input>   <input file>data/header.png</input>
48   </pixmap>   </pixmap>
49   <hbox spacing="100">   <hbox spacing="100">
50   <pixmap>   <pixmap>

Legend:
Removed from v.771  
changed lines
  Added in v.772