- BUGFIX: Disabled context menu in toolbar (makes no sense)

This commit is contained in:
Christophe Dumez 2007-04-08 18:23:11 +00:00
commit e9693d3829
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- BUGFIX: Window can now stay maximized on exit
- BUGFIX: Use PKGCONFIG again for configuring libtorrent
- BUGFIX: Allow to compile with libtorrent v0.11
- BUGFIX: Disabled context menu in toolbar (makes no sense)
- I18N: Added Japanese translation
* Wed Apr 04 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.1

View file

@ -782,6 +782,9 @@
<property name="enabled" >
<bool>true</bool>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable" >
<bool>false</bool>
</property>