[rkward-cvs] SF.net SVN: rkward:[2390] trunk/rkward/rkward/rkwardapplication.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Nov 21 19:07:07 UTC 2008


Revision: 2390
          http://rkward.svn.sourceforge.net/rkward/?rev=2390&view=rev
Author:   tfry
Date:     2008-11-21 19:07:07 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/rkward/rkward/rkwardapplication.cpp

Modified: trunk/rkward/rkward/rkwardapplication.cpp
===================================================================
--- trunk/rkward/rkward/rkwardapplication.cpp	2008-11-21 15:47:16 UTC (rev 2389)
+++ trunk/rkward/rkward/rkwardapplication.cpp	2008-11-21 19:07:07 UTC (rev 2390)
@@ -100,7 +100,7 @@
 		if (e->type == CreateNotify) {
 			if (e->xcreatewindow.parent == QX11Info::appRootWindow ()) {
 				KWindowInfo info = KWindowInfo (e->xcreatewindow.window, NET::WMName | NET::WMWindowType);
-				// at this point, we used to check, whether this window has some name or another. This heuristic allowed to sieve out helper windows of the window manager. However, since R 2.8.0, sometimes the window is mapped, before it has been give a name.
+				// at this point, we used to check, whether this window has some name or another. This heuristic allowed to sieve out helper windows of the window manager. However, since R 2.8.0, sometimes the window is mapped, before it has been given a name.
 				// Now we rely on the fact (we hope it *is* a fact), that the device window is always the first one created.
 				if ((info.windowType (0xFFFF) != 0) && (!created_window)) {
 					created_window = e->xcreatewindow.window;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list