Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119493 | Differences between
and this patch

Collapse All | Expand All

(-)src/declaration_panel.c (-1 / +1 lines)
Lines 106-112 GtkWidget *create_declaration_panel(Box Link Here
106
    gtk_widget_show(hb);
106
    gtk_widget_show(hb);
107
107
108
    tmp = gtk_label_new("Declarations:");
108
    tmp = gtk_label_new("Declarations:");
109
    gtkx_widget_set_font_bold(tmp);
109
    gtkx_widget_set_font_bold(gtkx_window_from_box(object), tmp);
110
    gtk_box_pack_start(GTK_BOX(hb), tmp, FALSE, FALSE, 0);
110
    gtk_box_pack_start(GTK_BOX(hb), tmp, FALSE, FALSE, 0);
111
    gtk_widget_show(tmp);
111
    gtk_widget_show(tmp);
112
112

Return to bug 119493