summarylogtreecommitdiffstats
path: root/notimer.patch
diff options
context:
space:
mode:
authoradiazcaro2018-08-22 17:36:16 -0300
committeradiazcaro2018-08-22 17:36:16 -0300
commitb356c57adf23fe3190f73b76d1bc09eda20a4aa2 (patch)
treefae4267c11a4bb2da96e1b33f8322e9804d00b2f /notimer.patch
downloadaur-b356c57adf23fe3190f73b76d1bc09eda20a4aa2.tar.gz
First commit of this package
Diffstat (limited to 'notimer.patch')
-rw-r--r--notimer.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/notimer.patch b/notimer.patch
new file mode 100644
index 000000000000..bc3ab48a494b
--- /dev/null
+++ b/notimer.patch
@@ -0,0 +1,19 @@
+diff -ura pdfpc-4.1.2.orig/src/classes/timer_label.vala pdfpc-4.1.2.new/src/classes/timer_label.vala
+--- pdfpc-4.1.2.orig/src/classes/timer_label.vala 2018-08-22 16:32:38.500386644 -0300
++++ pdfpc-4.1.2.new/src/classes/timer_label.vala 2018-08-22 16:33:30.163549315 -0300
+@@ -204,14 +204,7 @@
+ minutes = timeInSecs / 60 % 60;
+ seconds = timeInSecs % 60 % 60;
+
+- this.set_text(
+- "%s%.2u:%.2u:%.2u".printf(
+- prefix,
+- hours,
+- minutes,
+- seconds
+- )
+- );
++ this.set_text("");
+ }
+ }
+