Skip to content
Snippets Groups Projects
Commit b7add77d authored by Andre Miranda's avatar Andre Miranda
Browse files

Drop gtk_dialog_set_has_separator

parent b983044d
No related branches found
No related tags found
No related merge requests found
......@@ -580,7 +580,6 @@ static void xfd_speed_reader_init(XfdSpeedReader *dialog)
gtk_window_set_destroy_with_parent(GTK_WINDOW(dialog), TRUE);
gtk_window_set_default_size(GTK_WINDOW(dialog), 400, 330);
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
gtk_widget_set_name(GTK_WIDGET(dialog), "Xfce4Dict");
/* First page */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment