gnome-panel r11473 - trunk/applets/clock



Author: vuntz
Date: Mon Jan 26 23:26:42 2009
New Revision: 11473
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11473&view=rev

Log:
2009-01-27  Vincent Untz  <vuntz gnome org>

	* org.gnome.ClockApplet.Mechanism.conf: allow the destination (and
	implying therefore all interfaces on this destination) instead of a
	non-existing interface...


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/org.gnome.ClockApplet.Mechanism.conf

Modified: trunk/applets/clock/org.gnome.ClockApplet.Mechanism.conf
==============================================================================
--- trunk/applets/clock/org.gnome.ClockApplet.Mechanism.conf	(original)
+++ trunk/applets/clock/org.gnome.ClockApplet.Mechanism.conf	Mon Jan 26 23:26:42 2009
@@ -8,12 +8,12 @@
   <!-- Only root can own the service -->
   <policy user="root">
     <allow own="org.gnome.ClockApplet.Mechanism"/>
-    <allow send_interface="org.gnome.ClockApplet.Mechanism.SetTimezoneInterface"/>
+    <allow send_destination="org.gnome.ClockApplet.Mechanism"/>
   </policy>
 
   <!-- Allow anyone to invoke methods on the interfaces -->
   <policy context="default">
-    <allow send_interface="org.gnome.ClockApplet.Mechanism.SetTimezoneInterface"/>
+    <allow send_destination="org.gnome.ClockApplet.Mechanism"/>
   </policy>
 
 </busconfig>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]