[gtkmm] EntryCompletion: signal_cursor_match_info(): Fix this.



commit 70d8a401e06bb8aa9443643cf4f9c2bedfd99b43
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 2 12:00:13 2011 +0200

    EntryCompletion: signal_cursor_match_info(): Fix this.
    
    * gtk/src/entrycompletion.ccg: Correct the signal name so that this really
    connects to that signal.
    Noticed by Andrew E. Makeev.

 ChangeLog                   |    7 +++++++
 gtk/src/entrycompletion.ccg |    3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d326d07..56649b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-05-02  Murray Cumming  <murrayc murrayc com>
 
+	EntryCompletion: signal_cursor_match_info(): Fix this.
+
+	* gtk/src/entrycompletion.ccg: Correct the signal name so that this really
+	connects to that signal.
+
+2011-05-02  Murray Cumming  <murrayc murrayc com>
+
 	Bin: Correct a code comment.
 
 	* gtk/src/bin.ccg: add_pixlabel(): Correct a variable name and comment.
diff --git a/gtk/src/entrycompletion.ccg b/gtk/src/entrycompletion.ccg
index 2ee493e..5f16dfe 100644
--- a/gtk/src/entrycompletion.ccg
+++ b/gtk/src/entrycompletion.ccg
@@ -223,7 +223,7 @@ static gboolean Widget_signal_cursor_on_match_notify_callback(GtkEntryCompletion
 
 const Glib::SignalProxyInfo EntryCompletion_signal_cursor_on_match_info =
 {
-  "match_selected",
+  "cursor_on_match",
   (GCallback) &Widget_signal_cursor_on_match_callback,
   (GCallback) &Widget_signal_cursor_on_match_notify_callback
 };
@@ -304,4 +304,3 @@ Glib::SignalProxy1< bool, const TreeModel::iterator& > EntryCompletion::signal_c
 
 
 } // namespace Gtk
-



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