- Remove debug in patch
This commit is contained in:
parent
80776c32ba
commit
10cf965334
@ -28,15 +28,6 @@ diff --git a/libgnomekbd/gkbd-keyboard-drawing.c b/libgnomekbd/gkbd-keyboard-dra
|
||||
index f02fb5e..da314d4 100644
|
||||
--- a/libgnomekbd/gkbd-keyboard-drawing.c
|
||||
+++ b/libgnomekbd/gkbd-keyboard-drawing.c
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <gkbd-keyboard-drawing.h>
|
||||
#include <gkbd-keyboard-drawing-marshal.h>
|
||||
|
||||
-#define noKBDRAW_DEBUG
|
||||
+#define KBDRAW_DEBUG
|
||||
|
||||
#define INVALID_KEYCODE ((guint)(-1))
|
||||
|
||||
@@ -998,8 +998,8 @@ draw_key (GkbdKeyboardDrawingRenderContext * context,
|
||||
|
||||
if (key->pressed)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libgnomekbd
|
||||
Version: 2.28.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A keyboard configuration library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -135,6 +135,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 03 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-4
|
||||
- Remove debug in patch
|
||||
|
||||
* Thu Dec 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
|
||||
- Small spec fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user