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/ifw.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/network/ifw.pm') diff --git a/lib/network/ifw.pm b/lib/network/ifw.pm index 1c7996d..2509b93 100644 --- a/lib/network/ifw.pm +++ b/lib/network/ifw.pm @@ -9,7 +9,7 @@ sub init { my ($bus, $filter) = @_; my $con = $bus->{connection}; $con->add_filter($filter); - $con->add_match("type='signal',interface='com.mandriva.monitoring.ifw'"); + $con->add_match("type='signal',interface='org.mageia.monitoring.ifw'"); } sub new { @@ -17,9 +17,9 @@ sub new { require dbus_object; my $o = dbus_object::new($type, $bus, - "com.mandriva.monitoring", - "/com/mandriva/monitoring/ifw", - "com.mandriva.monitoring.ifw"); + "org.mageia.monitoring", + "/org/mageia/monitoring/ifw", + "org.mageia.monitoring.ifw"); $o; } -- cgit v1.2.1