From 24ec0886eada05b870e6c8e45546863fb5c974cd Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 4 Jan 2022 11:51:01 -0500 Subject: ffs 11.16 rc1 --- freefilesync/debian/patches/ffs_desktop_notifications.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'freefilesync/debian/patches/ffs_desktop_notifications.patch') diff --git a/freefilesync/debian/patches/ffs_desktop_notifications.patch b/freefilesync/debian/patches/ffs_desktop_notifications.patch index 5610fd1..121616a 100644 --- a/freefilesync/debian/patches/ffs_desktop_notifications.patch +++ b/freefilesync/debian/patches/ffs_desktop_notifications.patch @@ -1,3 +1,7 @@ +Version: 11.16 +Date: 2022-01-04 +Author: bgstack15 +Message: Add support for building with desktop notification support. diff -aur 11.9-1/FreeFileSync/Source/Makefile 11.9-2/FreeFileSync/Source/Makefile --- 11.9-1/FreeFileSync/Source/Makefile 2021-05-06 16:24:53.987902373 -0400 +++ 11.9-2/FreeFileSync/Source/Makefile 2021-05-06 17:09:31.512474440 -0400 @@ -28,8 +32,8 @@ diff -aur 11.9-1/FreeFileSync/Source/ui/progress_indicator.cpp 11.9-2/FreeFileSy using namespace zen; using namespace fff; -@@ -1359,6 +1362,22 @@ - pnl_.m_staticTextPhase->SetLabel(getSyncResultLabel(syncResult)); +@@ -1358,6 +1361,22 @@ + pnl_.m_staticTextPhase->SetLabelText(getSyncResultLabel(syncResult)); //pnl_.m_bitmapStatus->SetToolTip(); -> redundant +#ifdef with_notifications -- cgit