By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2899
Collapse All | Expand All

(-)a/qtruby/bin/rbqtapi (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/env ruby1.8
1
#!/usr/bin/env ruby
2
2
3
# Note: this program is part of qtruby and makes use of its internal functions.
3
# Note: this program is part of qtruby and makes use of its internal functions.
4
#       You should not rely on those in your own programs.
4
#       You should not rely on those in your own programs.
(-)a/qtruby/bin/rbqtsh (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/env ruby1.8
1
#!/usr/bin/env ruby
2
2
3
# rbqtsh : a graphical shell for qtruby.
3
# rbqtsh : a graphical shell for qtruby.
4
#
4
#

Return to bug 2899