]> code.citadel.org Git - citadel.git/commitdiff
Made a minor tweak to zapped messages. Now when you click on any room in
authorSteve Williams <patriot@uncensored.citadel.org>
Thu, 11 Nov 1999 04:42:28 +0000 (04:42 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Thu, 11 Nov 1999 04:42:28 +0000 (04:42 +0000)
the roomtree the roomtree is deleted and reloaded.  This is so that when
you click on a room in the zapped list it'll come out, immediately.
Previously you either had to click on the folder itself, or log out and
in.

daphne/ChangeLog
daphne/roomtree.cpp

index 1fec0df0bd3f917aa67e05f0b1d118b5ba88f972..96f6f130eb680223eae24631f9b78604103f273c 100644 (file)
@@ -1,4 +1,11 @@
-$Log$
+ $Log$
+ Revision 1.5  1999/11/11 04:42:28  smw
+ Made a minor tweak to zapped messages.  Now when you click on any room in
+ the roomtree the roomtree is deleted and reloaded.  This is so that when
+ you click on a room in the zapped list it'll come out, immediately.
+ Previously you either had to click on the folder itself, or log out and
+ in.
+
 Revision 1.4  1999/11/11 04:32:00  smw
 Set up 'zapped rooms' functionality.  Made tweaks so that zapped rooms
 appear in the room tree.  Set up unzap capability.  If you click on a room
index b0625c2542256814582bb183137c6af29ef4d961..024dfd6d273d412eefc8baa449c2b863a6471df3 100644 (file)
@@ -286,6 +286,8 @@ void RoomTree::OnDoubleClick(wxTreeEvent& evt) {
 
        case RI_ROOM:
                new RoomView(citsock, citMyMDI, r->RoomName);
+               RoomList->DeleteAllItems();
+               RoomList->LoadRoomList();
                break;
 
        case RI_ZAPPED: