linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05687
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2941: Fix glitches with the file list loader
------------------------------------------------------------
revno: 2941
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2012-06-08 15:55:30 +0200
message:
Fix glitches with the file list loader
modified:
changelog.txt
win32/DirectoryListingFrame.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt 2012-06-03 17:49:39 +0000
+++ changelog.txt 2012-06-08 13:55:30 +0000
@@ -7,6 +7,7 @@
* Tweak help tooltips in the settings dialog (poy)
* Make the menu bar hideable (poy)
* Add a /info hub command (poy)
+* [L#957994] Fix glitches with the file list loader (poy)
-- 0.799 2012-05-05 --
* Add icons (iceman50)
=== modified file 'win32/DirectoryListingFrame.cpp'
--- win32/DirectoryListingFrame.cpp 2012-06-01 17:26:20 +0000
+++ win32/DirectoryListingFrame.cpp 2012-06-08 13:55:30 +0000
@@ -458,6 +458,7 @@
setEnabled(true);
+ loading->setVisible(false);
loading->close(true);
loading = 0;