summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2003-06-28 00:00:43 +0000
committerJohn Finlay <finlay@src.gnome.org>2003-06-28 00:00:43 +0000
commitef04e65e1be1f34b9af3c3ac112978b921f111c7 (patch)
tree65a487ee6c2e5fd67279cfcd205c7acf825fe1eb
parentf6b4c3c646703b9fcab711ea4953a558f430fa71 (diff)
downloadpygtk-ef04e65e1be1f34b9af3c3ac112978b921f111c7.tar.gz
Fix typo. Fixes #114659.
* gtk/gdk.defs (pixmap_new): Fix typo. Fixes #114659.
-rw-r--r--gtk/gdk.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gdk.defs b/gtk/gdk.defs
index 960557d7..a242dc82 100644
--- a/gtk/gdk.defs
+++ b/gtk/gdk.defs
@@ -1696,7 +1696,7 @@
'("GdkWindow*" "window" (null-ok))
'("gint" "width")
'("gint" "height")
- '("gint" "depth" (default -1))
+ '("gint" "depth" (default "-1"))
)
)