diff options
author | Carlos Soriano <csoriano@redhat.com> | 2018-08-18 20:31:36 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@redhat.com> | 2018-08-18 20:32:28 +0200 |
commit | 533dceb8ca2a4be6c751e7747224599dda8f8701 (patch) | |
tree | 4ce0c89a531b99ea4c00bd2a1e73287ba3f9f0c1 /data | |
parent | 2604aedb9a34993bee178ff31188ad702c39868d (diff) | |
download | nautilus-533dceb8ca2a4be6c751e7747224599dda8f8701.tar.gz |
dbus-manager: Provide undo status
This is interesting for the desktop icons integration, so it can hide
the undo/redo menu items appropriately.
Diffstat (limited to 'data')
-rw-r--r-- | data/dbus-interfaces.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml index 64176225c..078cf24a2 100644 --- a/data/dbus-interfaces.xml +++ b/data/dbus-interfaces.xml @@ -43,5 +43,6 @@ </method> <method name='Redo'> </method> + <property name="UndoStatus" type="i" access="read"/> </interface> </node> |