mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
2c12749296
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
26 lines
699 B
Diff
26 lines
699 B
Diff
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
|
|
|