erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 320: 13ec1163cf9f
parent 319: 92c45e701471
branch: default
request focus on search fail
Erik Grinaker / erikg
5 years ago

Changed (Δ24 bytes):

raw changeset »

src/revelation-applet.in (1 lines added, 0 lines removed)

Up to file-list src/revelation-applet.in:

@@ -524,6 +524,7 @@ class RevelationApplet(object):
524
524
		matches = [ self.entrystore.get_entry(iter) for iter in self.entrysearch.find_all(term) ]
525
525
526
526
		if len(matches) == 0:
527
			self.__focus_entry()
527
528
			self.__flash_entry()
528
529
			self.entry.select_region(0, -1)
529
530