diff --git a/Linux/Windows.py b/Linux/Windows.py index 1ffe591..5fe85c3 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -150,7 +150,7 @@ class Timeline: profileAction.triggered.connect(self.app.profile_show) searchAction = QtGui.QAction("&Search", self.window) - searchAction.setShortcut("Ctrl+F") + searchAction.setShortcut("Ctrl+5") searchAction.setStatusTip("Show Search") searchAction.triggered.connect(self.app.search_show) diff --git a/Linux/deploy/debian/changelog b/Linux/deploy/debian/changelog index 2ed9a7d..c52acfb 100644 --- a/Linux/deploy/debian/changelog +++ b/Linux/deploy/debian/changelog @@ -1,4 +1,4 @@ -bungloo (2.0.0) quantal; urgency=low +bungloo (1.3.0) quantal; urgency=low [ Jeena Paradies ] * Changed to one window diff --git a/Linux/deploy/deploy.sh b/Linux/deploy/deploy.sh index 684e274..b902101 100755 --- a/Linux/deploy/deploy.sh +++ b/Linux/deploy/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="2.0.0" +VERSION="1.3.0" DEPLOYPATH="bungloo-${VERSION}" LINUXPATH=".." SHAREDPATH="../.."