summaryrefslogtreecommitdiffstats
path: root/libraries/gtkhotkey/0001-Disable-debug-mode.patch
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-09-05 09:10:04 +0200
committer Willy Sudiarto Raharjo2015-09-05 09:10:04 +0200
commit2c12749296377deaa30d6b112ea0af12c83a5aeb (patch)
tree85ce25233f8bd707f05848563026a710e8126d95 /libraries/gtkhotkey/0001-Disable-debug-mode.patch
parent05442c5e65b56297f5e4df63be7f7ff7397bda1a (diff)
downloadslackbuilds-2c12749296377deaa30d6b112ea0af12c83a5aeb.tar.gz
libraries/gtkhotkey: Added (hotkey handling for Gtk+ applications).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkhotkey/0001-Disable-debug-mode.patch')
-rw-r--r--libraries/gtkhotkey/0001-Disable-debug-mode.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/gtkhotkey/0001-Disable-debug-mode.patch b/libraries/gtkhotkey/0001-Disable-debug-mode.patch
new file mode 100644
index 0000000000..934541eda4
--- /dev/null
+++ b/libraries/gtkhotkey/0001-Disable-debug-mode.patch
@@ -0,0 +1,26 @@
+From 6fdad02e8bcf6876c8a5aa3512960311e8ea9fb7 Mon Sep 17 00:00:00 2001
+From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
+Date: Tue, 19 Jan 2010 14:14:38 +0900
+Subject: [PATCH 1/2] Disable debug mode.
+
+Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
+---
+ src/x11/tomboykeybinder.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/x11/tomboykeybinder.c b/src/x11/tomboykeybinder.c
+index fe569a7..0edd476 100644
+--- a/src/x11/tomboykeybinder.c
++++ b/src/x11/tomboykeybinder.c
+@@ -12,7 +12,7 @@
+ #include "tomboykeybinder.h"
+
+ /* Uncomment the next line to print a debug trace. */
+-#define DEBUG 1
++/* #define DEBUG 1 */
+
+ #ifdef DEBUG
+ # define TRACE(x) x
+--
+1.6.6
+