file chooser button: Set a CSS name

This lets us differentiate the main node from regular boxes.
This commit is contained in:
Matthias Clasen
2016-03-11 18:30:36 -05:00
parent 4d84e7a8f7
commit 07e6eae3e5

View File

@ -471,6 +471,8 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
gtk_widget_class_bind_template_callback (widget_class, button_clicked_cb);
gtk_widget_class_bind_template_callback (widget_class, combo_box_changed_cb);
gtk_widget_class_bind_template_callback (widget_class, combo_box_notify_popup_shown_cb);
gtk_widget_class_set_css_name (widget_class, "filechooserbutton");
}
static void