Don't emit a nonexisting signal
The signal is called "popdown", not "podown".
This commit is contained in:
@ -118,7 +118,7 @@ gtk_scale_button_accessible_do_action (AtkAction *action,
|
|||||||
g_signal_emit_by_name (widget, "popup");
|
g_signal_emit_by_name (widget, "popup");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
case 1:
|
case 1:
|
||||||
g_signal_emit_by_name (widget, "podown");
|
g_signal_emit_by_name (widget, "popdown");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user