- BUGFIX: Remove last separator in top tool bar

This commit is contained in:
Christophe Dumez
2009-07-12 08:46:44 +00:00
parent 7f3832a73d
commit 2b1755eb2a
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
- BUGFIX: Fixed memory leak in search engine - BUGFIX: Fixed memory leak in search engine
- BUGFIX: Torrents with an infinite ratio are no longer affected by ratio_limit set in program preferences - BUGFIX: Torrents with an infinite ratio are no longer affected by ratio_limit set in program preferences
- BUGFIX: Display a ratio of 0.0 if total_upload and total_download are both 0 - BUGFIX: Display a ratio of 0.0 if total_upload and total_download are both 0
- BUGFIX: Remove last separator in top tool bar
* Sun Apr 5 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.3 * Sun Apr 5 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.3
- BUGFIX: Fixed Web UI torrent upload form - BUGFIX: Fixed Web UI torrent upload form

View File

@@ -121,7 +121,6 @@
<addaction name="actionIncreasePriority" /> <addaction name="actionIncreasePriority" />
<addaction name="separator" /> <addaction name="separator" />
<addaction name="actionExit" /> <addaction name="actionExit" />
<addaction name="separator" />
</widget> </widget>
<widget class="QStatusBar" name="statusBar" /> <widget class="QStatusBar" name="statusBar" />
<action name="actionOpen" > <action name="actionOpen" >