From 901b8f51b22aec08bc91921276d721387809207f Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Thu, 3 Feb 2011 18:07:04 +0000 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-net ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: po - replace Mandriva by Mangeia in po files pixmaps - replace all images (use Oxygen) icons - replace all images (use Oxygen) lib - remove Mandriva occurrences - movre dbus prefix to org.mageia config - remove Mandriva occurrences - movre dbus prefix to org.mageia --- bin/net_applet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/net_applet') diff --git a/bin/net_applet b/bin/net_applet index 5361c7a..fd2b79b 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -102,7 +102,7 @@ sub get_state_message { N("Network is down on interface %s.", get_interface_name($interface)) : $current_state eq 'unconfigured' ? N("You do not have any configured Internet connection. -Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")) +Run the \"%s\" assistant from the Mageia Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")) : N("Connecting...") ); @@ -235,7 +235,7 @@ if ($dbus) { if ($dbus) { $dbus->{connection}->add_filter(sub { my ($_con, $msg) = @_; - if ($msg->get_interface eq 'com.mandriva.network' && $msg->get_member eq 'status') { + if ($msg->get_interface eq 'org.mageia.network' && $msg->get_member eq 'status') { my ($status, $interface) = $msg->get_args_list; print "got connection status event: $status $interface\n"; if ($status eq "add") { @@ -243,7 +243,7 @@ if ($dbus) { } } }); - $dbus->{connection}->add_match("type='signal',interface='com.mandriva.network'"); + $dbus->{connection}->add_match("type='signal',interface='org.mageia.network'"); dbus_object::set_gtk2_watch_helper($dbus); } -- cgit v1.2.1