Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 915040
Collapse All | Expand All

(-)a/src/font-view-window.c (-1 / +2 lines)
Lines 768-775 font_view_window_show_overview (FontViewWindow *self) Link Here
768
}
768
}
769
769
770
static void
770
static void
771
action_toggle_search_cb (FontViewWindow *self)
771
action_toggle_search_cb (GtkWidget *widget, const char *action_name, GVariant *parameter)
772
{
772
{
773
 FontViewWindow *self = FONT_VIEW_WINDOW(widget);
773
774
774
 gtk_toggle_button_set_active (self->search_button,
775
 gtk_toggle_button_set_active (self->search_button,
775
                               !gtk_toggle_button_get_active (self->search_button));
776
                               !gtk_toggle_button_get_active (self->search_button));

Return to bug 915040