diff options
Diffstat (limited to 'widgets/table/a11y/gal-a11y-e-table-click-to-add.c')
-rw-r--r-- | widgets/table/a11y/gal-a11y-e-table-click-to-add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/a11y/gal-a11y-e-table-click-to-add.c b/widgets/table/a11y/gal-a11y-e-table-click-to-add.c index e36fe51a00..8a8fe56796 100644 --- a/widgets/table/a11y/gal-a11y-e-table-click-to-add.c +++ b/widgets/table/a11y/gal-a11y-e-table-click-to-add.c @@ -324,7 +324,7 @@ gal_a11y_e_table_click_to_add_new (GObject *widget) g_signal_connect_after (G_OBJECT(widget), "event", - G_CALLBACK (etcta_event), a11y); + G_CALLBACK (etcta_event), a11y); g_signal_connect (etcta->selection, "cursor_changed", G_CALLBACK (etcta_selection_cursor_changed), a11y); |