diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-02 01:19:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-02 01:19:56 +0200 |
commit | 0d6af7007186d8db3a063908a51ef5deb770f0bd (patch) | |
tree | c88d0149e7da294d6b12163bc0fff932d03df844 /src/bookmarks.cpp | |
parent | updated FullScreenView (diff) | |
download | rekonq-0d6af7007186d8db3a063908a51ef5deb770f0bd.tar.xz |
Various fixes, including bookmarks bar
Diffstat (limited to 'src/bookmarks.cpp')
-rw-r--r-- | src/bookmarks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index da8b3908..80f005a5 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -2,7 +2,6 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved * Copyright (C) 2008 by Andrea Diamantini <adjam7 at gmail dot com> * * @@ -181,4 +180,3 @@ void BookmarksProvider::contextMenu(const QPoint & point) menu->setAttribute(Qt::WA_DeleteOnClose); menu->popup(m_bmToolbar->mapToGlobal(point)); } - |