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

(-)lightdm-gtk-greeter-1.7.0/src/lightdm-gtk-greeter.c~ (-1 / +1 lines)
Lines 2001-2007 main (int argc, char **argv) Link Here
2001
    /* Add InfoBar via code for GTK+2 compatability */
2001
    /* Add InfoBar via code for GTK+2 compatability */
2002
    infobar_compat = GTK_WIDGET(gtk_builder_get_object(builder, "infobar_compat"));
2002
    infobar_compat = GTK_WIDGET(gtk_builder_get_object(builder, "infobar_compat"));
2003
    info_bar = GTK_INFO_BAR (gtk_info_bar_new());
2003
    info_bar = GTK_INFO_BAR (gtk_info_bar_new());
2004
    gtk_info_bar_set_message_type(info_bar, GTK_MESSAGE_ERROR);
2004
    gtk_info_bar_set_message_type(info_bar, GTK_MESSAGE_INFO);
2005
    gtk_widget_set_name(GTK_WIDGET(info_bar), "greeter_infobar");
2005
    gtk_widget_set_name(GTK_WIDGET(info_bar), "greeter_infobar");
2006
    content_area = gtk_info_bar_get_content_area(info_bar);
2006
    content_area = gtk_info_bar_get_content_area(info_bar);
2007
    
2007
    

Return to bug 499044