[gtk+/font-chooser] Don't emit a nonexisting signal
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk+/font-chooser] Don't emit a nonexisting signal
- Date: Wed, 20 Jul 2011 20:17:52 +0000 (UTC)
commit df1c9528f62a80adaace59d59e8b0a1c8e009621
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 17 18:45:46 2011 -0400
    Don't emit a nonexisting signal
    
    The signal is called "popdown", not "podown".
 gtk/a11y/gtkscalebuttonaccessible.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkscalebuttonaccessible.c b/gtk/a11y/gtkscalebuttonaccessible.c
index bdce4df..c89688e 100644
--- a/gtk/a11y/gtkscalebuttonaccessible.c
+++ b/gtk/a11y/gtkscalebuttonaccessible.c
@@ -118,7 +118,7 @@ gtk_scale_button_accessible_do_action (AtkAction *action,
       g_signal_emit_by_name (widget, "popup");
       return TRUE;
     case 1:
-      g_signal_emit_by_name (widget, "podown");
+      g_signal_emit_by_name (widget, "popdown");
       return TRUE;
     default:
       return FALSE;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]