diff libinterp/corefcn/graphics.cc @ 19411:9ef286208da1

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 02 Dec 2014 10:05:03 -0500
parents a2595c4b8efe 27f5d1607b84
children 03067dab10ca
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Thu Nov 27 21:49:55 2014 +0100
+++ b/libinterp/corefcn/graphics.cc	Tue Dec 02 10:05:03 2014 -0500
@@ -10713,8 +10713,8 @@
 
               if (tk_name == "qt"
                   || (tk_name == "fltk"
-                      && available_toolkits.find ("qt")
-                        == available_toolkits.end ()))
+                      && (available_toolkits.find ("qt")
+                          == available_toolkits.end ())))
                 dtk = tk_name;
             }
         }