CVS: sylpheedclaws/sylpheed-claws/src/gtk quicksearch.c,1.1.2.55,1.1.2.56
[email protected] Thu, 14 Dec 2006 08:38:03 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv29057/src/gtk
Modified Files:
Tag: gtk2
quicksearch.c
Log Message:
2006-12-14 [wwp] 2.6.1cvs32
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
* src/gtk/quicksearch.c
fix quicksearch 'magnify' button status when QS is closed
using the Escape key, thanks to Colin.
Index: quicksearch.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/quicksearch.c,v
retrieving revision 1.1.2.55
retrieving revision 1.1.2.56
diff -u -d -r1.1.2.55 -r1.1.2.56
--- quicksearch.c 2006/12/01 11:05:03 1.1.2.55
+++ quicksearch.c 2006/12/14 08:37:59 1.1.2.56
@@ -220,7 +220,9 @@
/* If the string entry is empty -> hide quicksearch bar. If not -> empty it */
if (!*str) {
- quicksearch_hide(quicksearch);
+ summaryview_activate_quicksearch(
+ mainwindow_get_mainwindow()->summaryview,
+ FALSE);
} else {
quicksearch_set(quicksearch, prefs_common.summary_quicksearch_type, "");
gtk_widget_grab_focus(