summaryrefslogtreecommitdiff
path: root/src/gui/buddywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buddywindow.cpp')
-rw-r--r--src/gui/buddywindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buddywindow.cpp b/src/gui/buddywindow.cpp
index 8af4dd6e..06273b99 100644
--- a/src/gui/buddywindow.cpp
+++ b/src/gui/buddywindow.cpp
@@ -34,11 +34,11 @@ extern ChatWindow *chatWindow;
BuddyWindow::BuddyWindow():
Window(_("Buddy"))
{
- setVisible(false);
setWindowName("BuddyWindow");
setCaption(_("Buddy List"));
setResizable(true);
setCloseButton(true);
+ setSaveVisible(true);
setMinWidth(110);
setMinHeight(200);
setDefaultSize(124, 41, 288, 330);