Skip to content

Commit

Permalink
Ripping dialog now displays buttons properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Brick committed Nov 20, 2011
1 parent fd9478e commit 5092135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static void handle_rip_button_clicked(GtkButton *button, cddb_disc_t *disc) {
int num_tracks = 0;
int i;

ripping_progress_dialog = gtk_dialog_new_with_buttons("Ripping CD", GTK_WINDOW(disc_info_window), GTK_DIALOG_MODAL, GTK_STOCK_CANCEL, NULL);
ripping_progress_dialog = gtk_dialog_new_with_buttons("Ripping CD", GTK_WINDOW(disc_info_window), GTK_DIALOG_MODAL, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL);

content_area = gtk_dialog_get_content_area(GTK_DIALOG(ripping_progress_dialog));

Expand Down

0 comments on commit 5092135

Please sign in to comment.