summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/ffs_desktop_notifications.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 16:01:20 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 16:01:20 -0500
commit670e0b11d74f0a8b03b848432274ee23f3f61534 (patch)
treec11e7f30c890747c0cec5383b78f2808c6fa65e8 /freefilesync/debian/patches/ffs_desktop_notifications.patch
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-670e0b11d74f0a8b03b848432274ee23f3f61534.tar.gz
stackrpms-670e0b11d74f0a8b03b848432274ee23f3f61534.tar.bz2
stackrpms-670e0b11d74f0a8b03b848432274ee23f3f61534.zip
ffs 12.1 rc1
Diffstat (limited to 'freefilesync/debian/patches/ffs_desktop_notifications.patch')
-rw-r--r--freefilesync/debian/patches/ffs_desktop_notifications.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/freefilesync/debian/patches/ffs_desktop_notifications.patch b/freefilesync/debian/patches/ffs_desktop_notifications.patch
index 4dec781..b660044 100644
--- a/freefilesync/debian/patches/ffs_desktop_notifications.patch
+++ b/freefilesync/debian/patches/ffs_desktop_notifications.patch
@@ -1,5 +1,5 @@
-Version: 12.0
-Date: 2023-01-23
+Version: 12.1
+Date: 2023-02-21
Author: bgstack15
Message: Add support for building with desktop notification support.
--- a/FreeFileSync/Source/Makefile
@@ -30,7 +30,7 @@ Message: Add support for building with desktop notification support.
using namespace zen;
using namespace fff;
-@@ -1369,6 +1372,22 @@ void SyncProgressDialogImpl<TopLevelDial
+@@ -1368,6 +1371,22 @@ void SyncProgressDialogImpl<TopLevelDial
pnl_.m_staticTextPhase->SetLabelText(getSyncResultLabel(syncResult));
//pnl_.m_bitmapStatus->SetToolTip(); -> redundant
bgstack15