From 670e0b11d74f0a8b03b848432274ee23f3f61534 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 21 Feb 2023 16:01:20 -0500 Subject: ffs 12.1 rc1 --- freefilesync/ffs_desktop_notifications.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'freefilesync/ffs_desktop_notifications.patch') diff --git a/freefilesync/ffs_desktop_notifications.patch b/freefilesync/ffs_desktop_notifications.patch index 5989a9c..5ca971b 100644 --- a/freefilesync/ffs_desktop_notifications.patch +++ b/freefilesync/ffs_desktop_notifications.patch @@ -1,5 +1,5 @@ -Version: 11.25 -Date: 2022-09-14 +Version: 12.0 +Date: 2023-01-23 Author: bgstack15 Message: Add support for building with desktop notification support. --- a/FreeFileSync/Source/Makefile @@ -20,7 +20,7 @@ Message: Add support for building with desktop notification support. ifeq ($(SELINUX_EXISTING),YES) --- a/FreeFileSync/Source/ui/progress_indicator.cpp +++ b/FreeFileSync/Source/ui/progress_indicator.cpp -@@ -31,6 +31,9 @@ +@@ -30,6 +30,9 @@ #include "../icon_buffer.h" #include "../base/speed_test.h" @@ -30,7 +30,7 @@ Message: Add support for building with desktop notification support. using namespace zen; using namespace fff; -@@ -1377,6 +1380,22 @@ void SyncProgressDialogImplSetLabelText(getSyncResultLabel(syncResult)); //pnl_.m_bitmapStatus->SetToolTip(); -> redundant -- cgit