changeset 17900:8e9532632838

* __init_fltk__.cc: Fix typo in previous change.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Nov 2013 09:54:07 -0500
parents 14c427b5c5c1
children 2c241092b47b
files libinterp/dldfcn/__init_fltk__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_fltk__.cc	Mon Nov 11 07:32:19 2013 +0100
+++ b/libinterp/dldfcn/__init_fltk__.cc	Mon Nov 11 09:54:07 2013 -0500
@@ -337,7 +337,7 @@
         else
           {
             // End of submenu? Pop back one level.
-            if (m->label ())
+            if (! m->label ())
               {
                 std::size_t idx = menupath.find_last_of ("/");
                 if (idx != std::string::npos)