[gthumb] fixed update of the search editor for "match any" tests
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed update of the search editor for "match any" tests
- Date: Thu, 12 Aug 2010 20:01:30 +0000 (UTC)
commit 8330dcdf6fea299f890f72646e529a4fbb26d4f7
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Aug 11 13:25:00 2010 +0200
fixed update of the search editor for "match any" tests
extensions/search/gth-search-editor.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/extensions/search/gth-search-editor.c b/extensions/search/gth-search-editor.c
index 86cfc57..100eb79 100644
--- a/extensions/search/gth-search-editor.c
+++ b/extensions/search/gth-search-editor.c
@@ -271,6 +271,8 @@ gth_search_editor_set_search (GthSearchEditor *self,
else
_gth_search_editor_add_test (self, -1);
+ gtk_combo_box_set_active (GTK_COMBO_BOX (self->priv->match_type_combobox), (match_type == GTH_MATCH_TYPE_ANY) ? 1 : 0);
+
update_sensitivity (self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]