feat(sni): set protocol version

This commit is contained in:
Alexis 2018-10-26 10:56:45 +02:00
parent b10907ee44
commit adc38c3dfe
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Watcher::Watcher()
"org.kde.StatusNotifierWatcher", flags,
&Watcher::busAcquired, nullptr, nullptr, this, nullptr);
watcher_ = sn_watcher_skeleton_new();
sn_watcher_set_protocol_version(watcher_, 1);
}
Watcher::~Watcher()