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 --- lib/network/monitor.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/network/monitor.pm') diff --git a/lib/network/monitor.pm b/lib/network/monitor.pm index 7e644b6..1182de4 100644 --- a/lib/network/monitor.pm +++ b/lib/network/monitor.pm @@ -5,9 +5,9 @@ use dbus_object; our @ISA = qw(dbus_object); -my $monitor_service = "com.mandriva.monitoring"; -my $monitor_path = "/com/mandriva/monitoring/wireless"; -my $monitor_interface = "com.mandriva.monitoring.wireless"; +my $monitor_service = "org.mageia.monitoring"; +my $monitor_path = "/org/mageia/monitoring/wireless"; +my $monitor_interface = "org.mageia.monitoring.wireless"; sub new { my ($type, $bus) = @_; -- cgit v1.2.1