After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 117539 - typo in recent commit to gdk/x11/gdkwindow-x11.c
typo in recent commit to gdk/x11/gdkwindow-x11.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-16 06:13 UTC by Jody Goldberg
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jody Goldberg 2003-07-16 06:13:54 UTC
Trivial patch attached

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtk+/ChangeLog,v
retrieving revision 1.4308
diff -u -w -r1.4308 ChangeLog
--- ChangeLog	14 Jul 2003 22:13:28 -0000	1.4308
+++ ChangeLog	16 Jul 2003 06:05:03 -0000
@@ -1,3 +1,7 @@
+2003-07-16  Jody Goldberg <jody@gnome.org>
+
+	* gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
+
 2003-07-15  Matthias Clasen  <maclas@gmx.de>
 
 	* gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size): Fight against gtk-doc stupidity.
Index: gdk/x11/gdkwindow-x11.c
===================================================================
RCS file: /cvs/gnome/gtk+/gdk/x11/gdkwindow-x11.c,v
retrieving revision 1.190
diff -u -w -r1.190 gdkwindow-x11.c
--- gdk/x11/gdkwindow-x11.c	5 Jul 2003 05:27:11 -0000	1.190
+++ gdk/x11/gdkwindow-x11.c	16 Jul 2003 06:05:07 -0000
@@ -1679,7 +1679,7 @@
     }
   else
     {
-      XRaiseWindow (GDK_DISPLAY_XDISPLAY (window), GDK_WINDOW_XID (window));
+      XRaiseWindow (GDK_DISPLAY_XDISPLAY (display), GDK_WINDOW_XID (window));
 
       /* There is no way of knowing reliably whether we are viewable;
        * _gdk_x11_set_input_focus_safe() traps errors asynchronously.
Comment 1 Owen Taylor 2003-07-18 17:30:02 UTC
Fine to commit.
Comment 2 Jody Goldberg 2003-07-18 17:43:34 UTC
committed.