[Konversation-devel] [Bug 246431] Channel Settings column widths not remembered after restarting konversation

Eike Hein hein at kde.org
Mon Aug 2 03:25:04 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=246431


Eike Hein <hein at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Eike Hein <hein kde org>  2010-08-02 03:25:02 ---
commit a9a1c8b0b21934743fe6a459454267a098fa2b41
Author: Eike Hein <hein at kde.org>
Date:   Mon Aug 2 03:25:05 2010 +0200

    Carry ban list column state across sessions.

    BUG:246431

diff --git a/ChangeLog b/ChangeLog
index c0aaa8f..489bf13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,8 @@ Changes since 1.3.1:
     ceive chat text messages that have the frontmost eligible tab as their
     recipient despite it not actually possessing the means to display them,
     resulting in a crash when such a message occured.
+* The widths of the columns and the sort column and direction in the Channel
+  Option dialog's ban list are now remembered across application restarts.


 Changes from 1.3 to 1.3.1:
diff --git a/src/irc/channeloptionsdialog.cpp
b/src/irc/channeloptionsdialog.cpp
index 48dc9ba..88930e0 100644
--- a/src/irc/channeloptionsdialog.cpp
+++ b/src/irc/channeloptionsdialog.cpp
@@ -92,10 +92,13 @@ namespace Konversation
         refreshModes();

         setInitialSize(QSize(450, 380));
+
+        Preferences::restoreColumnState(m_ui.banList, "BanList ViewSettings");
     }

     ChannelOptionsDialog::~ChannelOptionsDialog()
     {
+        Preferences::saveColumnState(m_ui.banList, "BanList ViewSettings");
     }

     void ChannelOptionsDialog::changeOptions()

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Konversation-devel mailing list