Merge branch 'master' of github.com:jeena/Bungloo
This commit is contained in:
commit
3ddf462613
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bungloo (2.0.0) quantal; urgency=low
|
||||
bungloo (1.3.0) quantal; urgency=low
|
||||
|
||||
[ Jeena Paradies ]
|
||||
* Changed to one window
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION="2.0.0"
|
||||
VERSION="1.3.0"
|
||||
DEPLOYPATH="bungloo-${VERSION}"
|
||||
LINUXPATH=".."
|
||||
SHAREDPATH="../.."
|
||||
|
|
Reference in a new issue