aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.xml
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-21 18:28:23 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-21 18:28:23 +0200
commit7cd70567cf7c2f1423416513777b85c2efc93c31 (patch)
tree2c9cae13db5759e617ebce46e6278ab6e04050be /src/application-service.xml
parent1a569c2f0cda67071400682be92b01b4c2641ec5 (diff)
downloadayatana-indicator-application-7cd70567cf7c2f1423416513777b85c2efc93c31.tar.gz
ayatana-indicator-application-7cd70567cf7c2f1423416513777b85c2efc93c31.tar.bz2
ayatana-indicator-application-7cd70567cf7c2f1423416513777b85c2efc93c31.zip
Don't use "SecondaryActivate" method
Using XAyatanaSecondaryActivate as libindicator doesn't support the mouse x,y position in secondary_activate signal anymore. This will drop the middle-click support also for KDE status notifier items, but this is needed as we can't control what they would do with this signal (and according to our policies we can't do anything that isn't doable also using a menu item).
Diffstat (limited to 'src/application-service.xml')
-rw-r--r--src/application-service.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application-service.xml b/src/application-service.xml
index cd26d47..434cfd8 100644
--- a/src/application-service.xml
+++ b/src/application-service.xml
@@ -38,8 +38,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
<arg type="s" name="dbusaddress" direction="in" />
<arg type="s" name="dbusobject" direction="in" />
<arg type="u" name="time" direction="in" />
- <arg type="i" name="x" direction="in" />
- <arg type="i" name="y" direction="in" />
</method>
<!-- Signals -->