[gtk+] gtkwidget.h: Fix a typo
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtkwidget.h: Fix a typo
- Date: Thu, 27 May 2010 20:02:07 +0000 (UTC)
commit 86441c642722ffec818ac22712ae5dc3d6a02654
Author: Javier Jardón <jjardon gnome org>
Date: Thu May 27 22:00:09 2010 +0200
gtkwidget.h: Fix a typo
Fix a type introduced in
commit 818d444e2fa772af8e483bd151522d019514030d
Reported by Garrett Regier.
gtk/gtkwidget.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 786d45e..20cf16e 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -114,7 +114,7 @@ typedef enum
GTK_RC_STYLE = 1 << 16,
GTK_COMPOSITE_CHILD = 1 << 17,
GTK_APP_PAINTABLE = 1 << 18,
- GTK_RECEIVES_DEFAULT = 1 << 29,
+ GTK_RECEIVES_DEFAULT = 1 << 19,
GTK_DOUBLE_BUFFERED = 1 << 20,
GTK_NO_SHOW_ALL = 1 << 21,
GTK_MULTIDEVICE = 1 << 22
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]