[gnote/gnome-40] Fix crash in search as you type
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/gnome-40] Fix crash in search as you type
- Date: Sat, 29 May 2021 17:50:07 +0000 (UTC)
commit 7c29f7c8d8c753eab3f3b4d541aa8fbaad24a5dc
Author: Aurimas Černius <aurisc4 gmail com>
Date: Thu May 20 22:09:36 2021 +0300
Fix crash in search as you type
src/recentchanges.cpp | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index 9c9bcb5c..7932892a 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -345,11 +345,6 @@ namespace gnote {
void NoteRecentChanges::show_search_bar(bool focus)
{
- if(!m_search_button.get_active()) {
- m_search_button.activate();
- return;
- }
-
make_search_box();
if(m_search_box->get_visible()) {
focus = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]