Skip to content

Commit 6dbb31d

Browse files
author
Christopher Rowley
committed
fix symbol not defined
1 parent 2e1499f commit 6dbb31d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compat/gui.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function init_gui()
134134
pycopy!(new_event_loop_callback, g["new_event_loop_callback"])
135135

136136
# add a hook to automatically call fix_qt_plugin_path()
137-
if getpref_fix_qt_plugin_path()
137+
if Utils.getpref_fix_qt_plugin_path()
138138
fixqthook = Py(fix_qt_plugin_path)
139139
pymodulehooks.add_hook("PyQt4", fixqthook)
140140
pymodulehooks.add_hook("PyQt5", fixqthook)

0 commit comments

Comments
 (0)