Skip to content

Commit

Permalink
mate-session-save: show icon in error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w authored and raveit65 committed Dec 11, 2018
1 parent f1427f0 commit 717a8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mate-session-save.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void display_error(const char* message)
{
GtkWidget* dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", message);

/*gtk_window_set_default_icon_name (GTK_STOCK_SAVE);*/
gtk_window_set_default_icon_name ("dialog-error");

gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
Expand Down

0 comments on commit 717a8f9

Please sign in to comment.