[pdfmod] Fix bug with clicking the select matching button



commit 63e811aad73df20e3d02c63f1f9a5fc212db6778
Author: Igor Vatavuk <jaybee444 gmail com>
Date:   Tue Aug 4 09:36:12 2009 -0700

    Fix bug with clicking the select matching button

 src/PdfMod/PdfMod/QueryBox.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PdfMod/PdfMod/QueryBox.cs b/src/PdfMod/PdfMod/QueryBox.cs
index 8283150..bd1abbd 100644
--- a/src/PdfMod/PdfMod/QueryBox.cs
+++ b/src/PdfMod/PdfMod/QueryBox.cs
@@ -24,7 +24,7 @@ namespace PdfMod
             Entry.Activated += OnActivated;
 
             var query_button = new Hyena.Widgets.ImageButton (Catalog.GetString ("Select Matching"), Gtk.Stock.Find);
-            query_button.Activated += OnActivated;
+            query_button.Clicked += OnActivated;
 
             var close_button = new Hyena.Widgets.ImageButton (null, Gtk.Stock.Close);
             close_button.Clicked += delegate {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]