diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-10 16:52:16 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-10 16:52:36 -0500 |
commit | e6b70a2cb8acdc1998e89e54e2a9819853f05793 (patch) | |
tree | 45920a4c4c2703252b326623a20e4d212b0de5e9 /data | |
parent | 1c1551adac7933701cfd973ba4148de921b1470e (diff) | |
download | nautilus-e6b70a2cb8acdc1998e89e54e2a9819853f05793.tar.gz |
shell-provider: use the right signature for LaunchSearch()
Diffstat (limited to 'data')
-rw-r--r-- | data/shell-search-provider-dbus-interfaces.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/shell-search-provider-dbus-interfaces.xml b/data/shell-search-provider-dbus-interfaces.xml index 13f04f5bf..9c7368eba 100644 --- a/data/shell-search-provider-dbus-interfaces.xml +++ b/data/shell-search-provider-dbus-interfaces.xml @@ -40,6 +40,7 @@ </method> <method name = 'LaunchSearch'> <arg type='as' name='Terms' direction='in' /> + <arg type='u' name='Timestamp' direction='in' /> </method> </interface> </node> |