D16158: Context menu for statusbar

David Rosca noreply at phabricator.kde.org
Mon Oct 15 17:24:36 BST 2018


drosca added a comment.


  The patch doesn't apply:
  
    INFO  Base commit is not in local repository; trying to fetch.
    Created and checked out branch arcpatch-D16158.
    Checking patch src/lib/other/statusbar.cpp...
    error: while searching for:
    void StatusBar::mousePressEvent(QMouseEvent *event)
    {
        if (event->button()==Qt::RightButton) {
            QMenu *context = new QMenu;
            QAction *hide_bar = new QAction(tr("Hide"),this);
            connect(hide_bar,&QAction::triggered,m_window,&BrowserWindow::toggleShowStatusBar);
            context->addAction(hide_bar);
            context->exec(QCursor::pos());
        }
        QStatusBar::mousePressEvent(event);
    error: patch failed: src/lib/other/statusbar.cpp:245
    Applying patch src/lib/other/statusbar.cpp with 1 reject...
    Rejected hunk #1.
  
  Please update patch against master HEAD, instead of differences between from your first patch version.

REPOSITORY
  R875 Falkon

REVISION DETAIL
  https://phabricator.kde.org/D16158

To: pflynn, drosca
Cc: drosca, falkon, herrold, anmolgautam, SGOrava, iodelay, spoorun, ptabis, navarromorales, cochise, clivej, ach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/falkon/attachments/20181015/39e1e13b/attachment.html>


More information about the Falkon mailing list