2007-04-13 [colin] 2.8.1cvs97
authorColin Leroy <colin@colino.net>
Fri, 13 Apr 2007 20:04:26 +0000 (20:04 +0000)
committerColin Leroy <colin@colino.net>
Fri, 13 Apr 2007 20:04:26 +0000 (20:04 +0000)
* src/gtk/quicksearch.c
Give the focus back to summaryview when
emptying the quicksearch with Esc

ChangeLog
PATCHSETS
configure.ac
src/gtk/quicksearch.c

index 9d1f61454ce7de16adc2be5d07608101e2376d4a..fcdd32385169c80d5846b99ce1eb1e92e9d33267 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-13 [colin]     2.8.1cvs97
+
+       * src/gtk/quicksearch.c
+               Give the focus back to summaryview when
+               emptying the quicksearch with Esc
+
 2007-04-13 [colin]     2.8.1cvs96
 
        * src/message_search.c
index c4504adc194e5b29bd02ca4ee718fb406e00af48..269c77ae0c0beb9b5417cefb1a74520be4c7108b 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.213.2.140 -r 1.213.2.141 src/folder.c;  ) > 2.8.1cvs94.patchset
 ( cvs diff -u -r 1.56.2.49 -r 1.56.2.50 src/pop.c;  ) > 2.8.1cvs95.patchset
 ( cvs diff -u -r 1.3.12.24 -r 1.3.12.25 src/message_search.c;  cvs diff -u -r 1.16.2.24 -r 1.16.2.25 src/prefs_display_header.c;  cvs diff -u -r 1.15.2.45 -r 1.15.2.46 src/summary_search.c;  ) > 2.8.1cvs96.patchset
+( cvs diff -u -r 1.1.2.65 -r 1.1.2.66 src/gtk/quicksearch.c;  ) > 2.8.1cvs97.patchset
index 12a4b4626fa389f9e3c491725cea3f44185f34a7..1efa1df08bf413adc7e4ac0fdea3b659e4b10fa5 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=96
+EXTRA_VERSION=97
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 072da80d46a57902854aa0d8c2f0cf6a6ae5cbc3..c2d04e4d0ff93c985bf735dcc239bcf2c8f6ac95 100644 (file)
@@ -228,7 +228,7 @@ static gboolean searchbar_pressed(GtkWidget *widget, GdkEventKey *event,
                } else {
                        quicksearch_set(quicksearch, prefs_common.summary_quicksearch_type, "");
                        gtk_widget_grab_focus(
-                                       GTK_WIDGET(GTK_COMBO(quicksearch->search_string_entry)->entry));
+                                       mainwindow_get_mainwindow()->summaryview->ctree);
                }
 
                return TRUE;