jrfoell / campfire-libpurple

A Campfire protocol plugin for libpurple (Pidgin)
48 stars 16 forks source link

Pidgin's mechanism which prevents the same room being entered twice fails #7

Closed nilstoedtmann closed 12 years ago

nilstoedtmann commented 12 years ago

Usually i cannot enter a room twice in pidgin. When i try, only the tab where the room is already entered opens.

With Campfire, a room can be opened as often as you try to enter it (e.g. accidentally double-clicking "join"). And if you close one of the duplicate tabs, the others tabs for that room become inactive.

jrfoell commented 12 years ago

Thanks for the bug report. I added some code to prevent you from joining the same room more than once.

nilstoedtmann commented 12 years ago

Work for me, thx.