[vlc-devel] commit: Fixes bookmark feature non update bug (Srikanth Raju )

git version control git at videolan.org
Sun Mar 22 08:47:19 CET 2009


vlc | branch: master | Srikanth Raju <srikiraju at gmail dot com> | Sun Mar 22 04:01:43 2009 +0530| [ab01238b55efbab276ba22286aee35b16a1deb80] | committer: Rémi Duraffort 

Fixes bookmark feature non update bug

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

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

 modules/gui/qt4/dialogs/bookmarks.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/bookmarks.hpp b/modules/gui/qt4/dialogs/bookmarks.hpp
index 3f77d92..223d281 100644
--- a/modules/gui/qt4/dialogs/bookmarks.hpp
+++ b/modules/gui/qt4/dialogs/bookmarks.hpp
@@ -50,9 +50,10 @@ private:
     virtual ~BookmarksDialog();
 
     static BookmarksDialog *instance;
-    void update();
     QTreeWidget *bookmarksList;
+
 private slots:
+    void update();
     void add();
     void del();
     void clear();




More information about the vlc-devel mailing list