summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-12-28 10:02:46 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-12-28 12:00:10 -0500
commit50749dd21676d72d4bddb92102da9e6a8d23ca65 (patch)
tree75be18894bae99106eea89dda204fbdaf5649f6f /games-util/sc-controller/files
parentgames-util/lutris: drop 0.5.8.3 (diff)
downloadgentoo-50749dd21676d72d4bddb92102da9e6a8d23ca65.tar.gz
gentoo-50749dd21676d72d4bddb92102da9e6a8d23ca65.tar.bz2
gentoo-50749dd21676d72d4bddb92102da9e6a8d23ca65.zip
games-util/sc-controller: drop 0.4.8.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/sc-controller/files')
-rw-r--r--games-util/sc-controller/files/status-icon-click.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-util/sc-controller/files/status-icon-click.patch b/games-util/sc-controller/files/status-icon-click.patch
deleted file mode 100644
index 46b39553b483..000000000000
--- a/games-util/sc-controller/files/status-icon-click.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From b1388d0e768f0bedd5704ffae9b13500ad325308 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot <chewi@gentoo.org>
-Date: Sat, 17 Oct 2020 21:36:49 +0100
-Subject: [PATCH] Fix TypeError when clicking on the status icon
-
-The error was:
-
- TypeError: GObject.emit() argument 1 must be str, not bytes
----
- scc/gui/statusicon.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scc/gui/statusicon.py b/scc/gui/statusicon.py
-index 61ef9e96..83600492 100644
---- a/scc/gui/statusicon.py
-+++ b/scc/gui/statusicon.py
-@@ -322,7 +322,7 @@ class StatusIconProxy(StatusIcon):
- self._load_fallback()
-
- def _on_click(self, *args):
-- self.emit(b"clicked")
-+ self.emit("clicked")
-
- def _on_notify_active_gtk(self, *args):
- if self._status_fb:
---
-2.26.2
-