Revision: 2756
          http://tmux.svn.sourceforge.net/tmux/?rev=2756&view=rev
Author:   tcunha
Date:     2012-03-29 21:08:14 +0000 (Thu, 29 Mar 2012)
Log Message:
-----------
Sync OpenBSD patchset 1076:

Remove a stale comment.

Modified Paths:
--------------
    trunk/cmd-find-window.c

Modified: trunk/cmd-find-window.c
===================================================================
--- trunk/cmd-find-window.c     2012-03-29 21:07:28 UTC (rev 2755)
+++ trunk/cmd-find-window.c     2012-03-29 21:08:14 UTC (rev 2756)
@@ -123,12 +123,6 @@
                                            wp, str, &line);
                                }
 
-                               /*
-                                * If match_title isn't set we don't want to
-                                * bother checking the title, but that also
-                                * constitutes a failure to match so we still
-                                * want to abort.
-                                */
                                if (sres == NULL &&
                                    (!(match_flags & CMD_FIND_WINDOW_BY_TITLE) 
||
                                     fnmatch(searchstr, wp->base.title, 0) != 
0))

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


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to