[gtk+/gtk-2-24] Fix a typo in GtkCombo



commit b447cd972ef60f77e1aaf86cee37da16ab036dcb
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 22 14:52:50 2010 -0500

    Fix a typo in GtkCombo
    
    There is no GtkButton::depressed signal.
    Reported by Nicolas Setton in bug 633089.

 gtk/gtkcombo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcombo.c b/gtk/gtkcombo.c
index d161699..9f5583d 100644
--- a/gtk/gtkcombo.c
+++ b/gtk/gtkcombo.c
@@ -668,7 +668,7 @@ gtk_combo_popup_button_press (GtkWidget        *button,
   popup_grab_on_window (combo->popwin->window,
 			gtk_get_current_event_time ());
 
-  g_signal_emit_by_name (button, "depressed");
+  g_signal_emit_by_name (button, "pressed");
 
   gtk_grab_add (combo->popwin);
 



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