/[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.2 by dams, Fri Jul 18 19:14:17 2003 UTC revision 1.3 by dams, Sun Aug 17 14:20:11 2003 UTC
# Line 119  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(getBestWidget($samba, $_), 2, 3, $count, $count + 1,                                            $table->attach(my $widget=getBestWidget($samba, $_), 2, 3, $count, $count + 1,
123                                                           ['fill', 'expand'],                                                           ['fill', 'expand'],
124                                                           ['shrink', 'shrink'],                                                           ['shrink', 'shrink'],
125                                                           0, 0);                                                           0, 0);
126                                            $table->attach(gtksignal_connect(new Gtk2::Button(N('Set default')),                                            $table->attach(gtksignal_connect(new Gtk2::Button(N('Set default')),
127                                                                             clicked => sub { set_defaults(%current_global_keywords); }),                                                                             clicked => sub {
128                                                                                   $widget->set_default();
129                                                                                   #set_defaults(%current_global_keywords);
130                                                                               }),
131                                                           3, 4, $count, $count + 1,                                                           3, 4, $count, $count + 1,
132                                                           ['fill', 'expand'],                                                           ['fill', 'expand'],
133                                                           ['shrink', 'shrink'],                                                           ['shrink', 'shrink'],

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

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