Skip to content

Commit 872440b

Browse files
author
stonebig
committed
cosmetic tweak + release increment
1 parent 9d22f44 commit 872440b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

5+
2015-08-12a : v0.8.10 'F9 runs !'
6+
---------------------------------
7+
8+
* clicking on 'F9' key will run current selected instructions (patch by Yuxiang Wang)
9+
10+
511
2015-05-24a : v0.8.9 'Yield !'
612
------------------------------
713

sqlite_bro/sqlite_bro.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class App:
3131
"""the GUI graphic application"""
3232
def __init__(self):
3333
"""create a tkk graphic interface with a main window tk_win"""
34-
self.__version__ = '0.8.9'
35-
self._title = "2015-05-25a : 'Yield !'"
34+
self.__version__ = '0.8.10'
35+
self._title = "2015-08-12a : 'F9 runs !'"
3636
self.conn = None # Baresql database object
3737
self.database_file = ""
3838
self.tk_win = Tk()
@@ -733,7 +733,7 @@ def bip(c):
733733
encoding=encode_in)
734734
self.n.add_treeview(tab_tk_id, ('qry', 'file'),
735735
((instruction, shell_list[1]),),
736-
"Info", '.')
736+
"Info", ".once %s" % shell_list[1])
737737
else:
738738
cur = cu.execute(instruction)
739739
rows = cur.fetchall()

0 commit comments

Comments
 (0)