Changed the names of panel opening slots and signals into "more" appropriate ones
[situare] / src / ui / friendlistpanel.cpp
index 4b62e3f..9c1b6c9 100644 (file)
@@ -297,7 +297,7 @@ void FriendListPanel::showFriendsInList(const QList<QString> &userIDs)
 
     clearTextFiltering();
 
-    emit showPanelRequested(this);
+    emit openPanelRequested(this);
 }
 
 void FriendListPanel::topmostWindowChanged(bool mainWindowIsTopmost)