summaryrefslogtreecommitdiffstats
path: root/src/gui/ingen_gui.ui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-08-29 17:36:37 +0000
committerDavid Robillard <d@drobilla.net>2015-08-29 17:36:37 +0000
commit511d550730be922b64190c6fbbd22c387fe28774 (patch)
treecef0d013e7bfe4e776d1a80d7ce8ebf258d57a7b /src/gui/ingen_gui.ui
parentcec7f9f4ac1e601bc0e1b452d260c20a598361dd (diff)
downloadingen-511d550730be922b64190c6fbbd22c387fe28774.tar.gz
ingen-511d550730be922b64190c6fbbd22c387fe28774.tar.bz2
ingen-511d550730be922b64190c6fbbd22c387fe28774.zip
Fix crash when clicking activate before connection.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5716 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/ingen_gui.ui')
-rw-r--r--src/gui/ingen_gui.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui
index 21d67543..f3c61d23 100644
--- a/src/gui/ingen_gui.ui
+++ b/src/gui/ingen_gui.ui
@@ -672,6 +672,7 @@ See COPYING file included with this distribution, or http://www.gnu.org/licenses
<property name="label" translatable="yes">D_eactivate</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
@@ -687,6 +688,7 @@ See COPYING file included with this distribution, or http://www.gnu.org/licenses
<property name="label" translatable="yes">_Activate</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>