← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3374: Ensure that the operator/reg hub tab icons persist through a reconnect.

 

------------------------------------------------------------
revno: 3374
committer: iceman50 <bdcdevel@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Mon 2013-12-02 03:08:28 -0600
message:
  Ensure that the operator/reg hub tab icons persist through a reconnect.
modified:
  win32/HubFrame.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 'win32/HubFrame.cpp'
--- win32/HubFrame.cpp	2013-11-22 22:26:10 +0000
+++ win32/HubFrame.cpp	2013-12-02 09:08:28 +0000
@@ -678,7 +678,7 @@
 
 void HubFrame::onConnected() {
 	addStatus(T_("Connected"));
-	setIcon(IDI_HUB);
+	setTabIcon();
 	updateSecureStatus();
 }