diff libinterp/dldfcn/__init_fltk__.cc @ 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 8c33abdd2f9a
children 265f9186e543
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)