summarylogtreecommitdiffstats
path: root/statusnotifier.patch
diff options
context:
space:
mode:
authorRhinoceros2021-07-03 17:07:40 +1000
committerRhinoceros2021-07-03 17:11:18 +1000
commit37dea3d44ab8e70af654de3e80300900673ee00d (patch)
tree9a88c10b4c4d0a38d54311a7673f9d5a967fa642 /statusnotifier.patch
parentc6d2dfb53f4f96450c8b537032f8d00ca9d61d34 (diff)
downloadaur-37dea3d44ab8e70af654de3e80300900673ee00d.tar.gz
Update to 4.4.1
* Upstream changelog: "Bump to version 4.4.1, updated README and HISTORY" * Comments from upstream: "adds support for parallel downloading in the updater GUI" * statusnotifier.patch is no longer needed
Diffstat (limited to 'statusnotifier.patch')
-rw-r--r--statusnotifier.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/statusnotifier.patch b/statusnotifier.patch
deleted file mode 100644
index fde90291d4b0..000000000000
--- a/statusnotifier.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/kalu/main.c.org 2017-03-13 10:56:49.551499904 +0100
-+++ src/kalu/main.c 2017-03-13 10:57:13.304831779 +0100
-@@ -46,6 +46,7 @@
- /* statusnotifier */
- #ifdef ENABLE_STATUS_NOTIFIER
- #include <statusnotifier.h>
-+#include <statusnotifier-compat.h>
- #endif
-
- /* kalu */
---- src/kalu/gui.h.org 2017-03-13 10:56:51.774833101 +0100
-+++ src/kalu/gui.h 2017-03-13 10:57:24.928164397 +0100
-@@ -38,6 +38,7 @@
- /* statusnotifier */
- #ifdef ENABLE_STATUS_NOTIFIER
- #include <statusnotifier.h>
-+#include <statusnotifier-compat.h>
- #endif
-
- #define FREE_NOTIFS_LIST(p) \