From 3d140f2402a48d3d8a56d20b796e141d2c9e34a1 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 3 Apr 2014 07:57:29 +0200 Subject: [PATCH] Disable preferences. --- bin/qasim-gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qasim-gui.rb b/bin/qasim-gui.rb index 917a9c0..a3925c5 100755 --- a/bin/qasim-gui.rb +++ b/bin/qasim-gui.rb @@ -155,7 +155,7 @@ module Qasim act_pref = Qt::Action.new _('&Preferences'), @context_menu act_pref.setIcon( Qt::Icon::fromTheme("configure") ) rescue nil act_pref.setIconVisibleInMenu true - #act_pref.setEnabled true + act_pref.setEnabled false act_pref.connect(SIGNAL(:triggered)) do res = @pref_dialog.show end