aboutsummaryrefslogtreecommitdiffstats
path: root/po/gl.pom
Commit message (Expand)AuthorAgeFilesLines
* sync with codeThierry Vignaud2006-09-131-11/+5
* fix poThierry Vignaud2006-09-111-5/+0
* sync with codeThierry Vignaud2006-09-071-0/+5
* Updated Macedonian file,Pablo Saratxaga2006-09-021-0/+374
* sync with codeThierry Vignaud2006-08-231-367/+0
* Updated Simplified Chinese translationFunda Wang2005-11-011-4/+4
* updated pom filesPablo Saratxaga2005-09-201-59/+65
* updated pom filesPablo Saratxaga2005-05-051-7/+7
* updated French po file; updated pom filesPablo Saratxaga2005-01-141-23/+23
* updated pom filesPablo Saratxaga2004-12-031-17/+11
* Merge message, new French translationsRafael Garcia-Suarez2004-12-021-89/+231
* updated pom filesPablo Saratxaga2004-08-231-101/+126
* mergeThierry Vignaud2004-07-191-23/+21
* updated Galician filesPablo Saratxaga2004-04-231-9/+7
* updated pom files (soe of them had wrong content); there is also no filePablo Saratxaga2004-03-041-26/+6
* converted to UTF-8 (as it must be in sync with DrakX)Pablo Saratxaga2004-01-171-18/+18
* mergeGuillaume Cottenceau2004-01-121-15/+0
* mergeGuillaume Cottenceau2004-01-121-2/+3
* mergeGuillaume Cottenceau2003-09-011-1/+1
* mergeGuillaume Cottenceau2003-06-271-0/+12
* add ability to list leaves (sorted by installation date) in remove modeGuillaume Cottenceau2003-05-281-4/+4
* obsolete grpmi by gurpm.pm (from urpmi) sharing code between gurpmiGuillaume Cottenceau2003-05-121-52/+4
* latest stringsGuillaume Cottenceau2003-04-161-61/+23
* finish using urpmi callbacks when updating sourcesGuillaume Cottenceau2003-02-281-4/+5
* use perl_checker rather than fake_c to generate pot,Guillaume Cottenceau2003-02-201-126/+131
* warning message when it seems the user will install too muchGuillaume Cottenceau2002-09-021-4/+6
* pom files (containing the compssUsers translation automatically extractedGuillaume Cottenceau2002-08-271-0/+309
all_cards) {
my ($ip, $state);
if (-e "/sbin/ifconfig") {
@@ -336,10 +341,8 @@ sub build_clist {
$_ = `LC_ALL=C LANG=C LANGUAGE=C LC_MESSAGES=C /sbin/ifconfig`;
$state = /eth$i/ ? "up" : "down";
} else { $ip = $intf->{"eth$_"}{IPADDR}; $state = "n/a" }
- $clist1->append("", "eth$i", $ip , $intf->{"eth$i"}{BOOTPROTO}, $all_cards[$i][1], $state);
- $clist1->set_pixmap($i, 0, gtkcreate_img("eth_card_mini2.png"));
-
- $clist1->set_selectable($i, 0);
+ $tree_model->append_set(undef, [ map_index { $::i => $_ } (gtkcreate_pixbuf("eth_card_mini2.png"), "eth$i", $ip , $intf->{"eth$i"}{BOOTPROTO}, $all_cards[$i][1], $state) ])->free;
+#TV $list->set_selectable($i, 0);
}
}
@@ -370,10 +373,10 @@ sub update {
$label4->set($netcnx->{type});
$label5->set($netcnx->{type} eq 'lan' ? N("Gateway:") : N("Interface:"));
$label6->set($netcnx->{type} eq 'lan' ? $netc->{GATEWAY} : $netcnx->{NET_INTERFACE});
- $clist1->freeze();
- $clist1->clear();
- build_clist();
- $clist1->thaw();
+#TV $list->window->freeze();
+#TV $list->window->clear();
+#TV build_list();
+#TV $list->window->thaw();
$button_del->set_sensitive(network::netconnect::get_profiles() > 1);
$isconnected != -1 or return 1;
$label8->set($isconnected ? N("Connected") : N("Not connected"));
@@ -441,7 +444,7 @@ Configure them first by clicking on 'Configure'")),1,1,0);
$window->signal_connect(delete_event => sub { Gtk2->main_quit });
$window->set_position('center');
$window->set_title(N("LAN configuration"));
- $window->border_width(10);
+ $window->set_border_width(10);
my $vbox1 = new Gtk2::VBox(0,0);
$window->add($vbox1);
$vbox1->pack_start(new Gtk2::Label(N("LAN Configuration")),0,1,0);
@@ -498,8 +501,8 @@ Configure them first by clicking on 'Configure'")),1,1,0);
$vbox_local->pack_start(gtkpack__(new Gtk2::HBox(0,0),
$widget_temp
),0,0,0);
- # $clist1->append($_+1, "eth$_", $intf->{"eth$_"}{IPADDR}, $intf->{"eth$_"}{BOOTPROTO}, $all_cards[$_]->[1]);
- # $clist1->set_selectable($_, 0);
+ # $list->append($_+1, "eth$_", $intf->{"eth$_"}{IPADDR}, $intf->{"eth$_"}{BOOTPROTO}, $all_cards[$_]->[1]);
+ # $list->set_selectable($_, 0);
# require Data::Dumper;
# print "------------\n" . Data::Dumper->Dump([$b],['b']) . "\n";
my $hbox_local = new Gtk2::HBox(0,0);
@@ -573,7 +576,7 @@ Create one first by clicking on 'Configure'")),1,1,0);
$window->signal_connect(delete_event => sub { Gtk2->main_quit });
$window->set_position('center');
$window->set_title(N("Internet connection configuration"));
- $window->border_width(10);
+ $window->set_border_width(10);
my $vbox1 = new Gtk2::VBox(0,0);
$window->add($vbox1);
$vbox1->pack_start(new Gtk2::Label(N("Internet Connection Configuration")),0,1,0);