diff --git a/Changelog b/Changelog index fe914a25d..9f0191f9c 100644 --- a/Changelog +++ b/Changelog @@ -2,7 +2,7 @@ - BUGFIX: Window can now stay maximized on exit - BUGFIX: Use PKGCONFIG again for configuring libtorrent - BUGFIX: Allow to compile with libtorrent v0.11 - - BUGFIX: Disabled context menu in toolbar (makes no sense) + - BUGFIX: Disabled main window context menu (annoying) - I18N: Added Japanese translation * Wed Apr 04 2007 - Christophe Dumez - v0.9.1 diff --git a/src/GUI.cpp b/src/GUI.cpp index b3772afdf..785ef81ce 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -159,7 +159,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){ connect(downloadList, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayDLListMenu(const QPoint&))); connect(actionWebsite, SIGNAL(triggered()), this, SLOT(openqBTHomepage())); connect(actionBugReport, SIGNAL(triggered()), this, SLOT(openqBTBugTracker())); - connect(this, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayGUIMenu(const QPoint&))); + //connect(this, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayGUIMenu(const QPoint&))); connect(actionPreview_file, SIGNAL(triggered()), this, SLOT(previewFileSelection())); connect(infoBar, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayInfoBarMenu(const QPoint&))); // Create tray icon diff --git a/src/src.pro b/src/src.pro index 723de86b4..b392e7806 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.9.2rc3\\\" +DEFINES += VERSION=\\\"v0.9.2rc4\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=9 DEFINES += VERSION_BUGFIX=2