mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-07 18:06:04 +00:00
Fix build on 32-bit systems
This commit is contained in:
@@ -880,9 +880,9 @@ void MainWindow::updateIconCounters() {
|
||||
|
||||
if (counterSlice > 0) {
|
||||
// According to the spec, it should be of 'x' D-Bus signature,
|
||||
// which corresponds to gint64 (signed long) type with glib
|
||||
// which corresponds to gint64 type with glib
|
||||
// https://wiki.ubuntu.com/Unity/LauncherAPI#Low_level_DBus_API:_com.canonical.Unity.LauncherEntry
|
||||
dbusUnityProperties["count"] = Glib::Variant<long>::create(
|
||||
dbusUnityProperties["count"] = Glib::Variant<gint64>::create(
|
||||
counterSlice);
|
||||
dbusUnityProperties["count-visible"] =
|
||||
Glib::Variant<bool>::create(true);
|
||||
|
Reference in New Issue
Block a user