Merge branch 'master' of github.com:jeena/Bungloo

This commit is contained in:
Jeena Paradies 2013-03-27 11:40:59 +01:00
commit 3ddf462613
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
bungloo (2.0.0) quantal; urgency=low
bungloo (1.3.0) quantal; urgency=low
[ Jeena Paradies ]
* Changed to one window

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="2.0.0"
VERSION="1.3.0"
DEPLOYPATH="bungloo-${VERSION}"
LINUXPATH=".."
SHAREDPATH="../.."