[vlc-devel] commit: Qt: correctly save the message dialog size. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Dec 30 13:21:08 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 28 20:08:29 2008 +0100| [4dd6f9372922520607b54faea2bdd8bbe3a3d4af] | committer: Jean-Baptiste Kempf 

Qt: correctly save the message dialog size.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dd6f9372922520607b54faea2bdd8bbe3a3d4af
---

 modules/gui/qt4/dialogs/messages.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/messages.cpp b/modules/gui/qt4/dialogs/messages.cpp
index dd8d9fe..decb546 100644
--- a/modules/gui/qt4/dialogs/messages.cpp
+++ b/modules/gui/qt4/dialogs/messages.cpp
@@ -125,7 +125,7 @@ MessagesDialog::MessagesDialog( intf_thread_t *_p_intf)
 
 MessagesDialog::~MessagesDialog ()
 {
-    writeSettings( "messages" );
+    writeSettings( "Messages" );
     msg_Unsubscribe (sub);
     delete cb_data;
 };




More information about the vlc-devel mailing list