summarylogtreecommitdiffstats
path: root/0001-Glib.Timeout-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Glib.Timeout-fix.patch')
-rw-r--r--0001-Glib.Timeout-fix.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/0001-Glib.Timeout-fix.patch b/0001-Glib.Timeout-fix.patch
index 63247c686943..27744c41171c 100644
--- a/0001-Glib.Timeout-fix.patch
+++ b/0001-Glib.Timeout-fix.patch
@@ -19,15 +19,6 @@ index f8cd874..6d8d71b 100644
using Gtk;
using AppIndicator;
-@@ -104,7 +105,7 @@ class SimpleClient {
- print(@"Got scroll event! delta: $delta, direction: $direction\n");
- });
-
-- Timeout.add_seconds(1, () => {
-+ GLib.Timeout.add_seconds(1, () => {
- percentage = (percentage + 1) % 100;
- if (can_haz_label) {
- ci.set_label(@"$(percentage+1)%", "");
--
2.1.2