/[libconf]/libconf/applications/samba/swat-clone
ViewVC logotype

Diff of /libconf/applications/samba/swat-clone

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

revision 1.1 by dams, Mon Jul 14 22:58:56 2003 UTC revision 1.2 by dams, Fri Jul 18 19:14:17 2003 UTC
# Line 12  use ugtk2 qw(:all); Line 12  use ugtk2 qw(:all);
12  use interactive;  use interactive;
13    
14  use Libconf::Glueconf::Samba;  use Libconf::Glueconf::Samba;
15    use Libconf::GUI::Gtk2 qw(:generators);
16    
17  #use POSIX qw(mktime ceil);  #use POSIX qw(mktime ceil);
18  #use USER;  #use USER;
# Line 118  my $globals = gtkpack_(Gtk2::VBox->new(0 Line 119  my $globals = gtkpack_(Gtk2::VBox->new(0
119                                                           'fill',                                                           'fill',
120                                                           ['shrink', 'shrink'],                                                           ['shrink', 'shrink'],
121                                                           0, 0);                                                           0, 0);
122                                            $table->attach(gtkentry(), 2, 3, $count, $count + 1,                                            $table->attach(getBestWidget($samba, $_), 2, 3, $count, $count + 1,
123                                                           ['fill', 'expand'],                                                           ['fill', 'expand'],
124                                                           ['shrink', 'shrink'],                                                           ['shrink', 'shrink'],
125                                                           0, 0);                                                           0, 0);
# Line 137  my $globals = gtkpack_(Gtk2::VBox->new(0 Line 138  my $globals = gtkpack_(Gtk2::VBox->new(0
138                                       'Tuning Options',                                       'Tuning Options',
139                                       'Browse Options',                                       'Browse Options',
140                                       'WINS Options')                                       'WINS Options')
141                                   )                                   ), undef, 'none'
142                             ), undef, 'none'                             )
143                         );                         );
144    
145  foreach ([$globals, N('GLOBALS')],  foreach ([$globals, N('GLOBALS')],

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26