Skip to content

Commit 717a8f9

Browse files
sc0wraveit65
authored andcommitted
mate-session-save: show icon in error dialog
1 parent f1427f0 commit 717a8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mate-session-save.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static void display_error(const char* message)
8181
{
8282
GtkWidget* dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", message);
8383

84-
/*gtk_window_set_default_icon_name (GTK_STOCK_SAVE);*/
84+
gtk_window_set_default_icon_name ("dialog-error");
8585

8686
gtk_dialog_run(GTK_DIALOG(dialog));
8787
gtk_widget_destroy(dialog);

0 commit comments

Comments
 (0)