Make "Remove" disabled if there are no entries in the server list.

git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@936 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
Thorvald Natvig 2008-02-14 13:10:02 +00:00
parent 5c773fa167
commit a413722598

View File

@ -148,6 +148,9 @@
</item>
<item>
<widget class="QPushButton" name="qpbRemove" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>&amp;Remove</string>
</property>