diff options
author | Ted Gould <ted@gould.cx> | 2010-01-07 12:29:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-07 12:29:33 -0600 |
commit | 199f3d22a194b89241a2d29519aae587f5c4b5a8 (patch) | |
tree | 684f3a0d54d991e2f4cd76534a2ed411c0b134fb /src/dbus-shared.h | |
parent | 17476bdd4ceaf0b3ecc279a555ac82838e2d8016 (diff) | |
download | ayatana-indicator-application-199f3d22a194b89241a2d29519aae587f5c4b5a8.tar.gz ayatana-indicator-application-199f3d22a194b89241a2d29519aae587f5c4b5a8.tar.bz2 ayatana-indicator-application-199f3d22a194b89241a2d29519aae587f5c4b5a8.zip |
Allowing for the default path if one is not given.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index da9dfef..efc57a4 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -28,4 +28,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define NOTIFICATION_WATCHER_DBUS_IFACE "org.freedesktop.StatusNotifierWatcher" #define NOTIFICATION_ITEM_DBUS_IFACE "org.freedesktop.StatusNotifierItem" +#define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem" |