Fix window icon on info and error dialogs
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), message , ## __VA_ARGS__ ); \
|
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), message , ## __VA_ARGS__ ); \
|
||||||
gtk_window_set_title (GTK_WINDOW (dialog), _("Task Manager")); \
|
gtk_window_set_title (GTK_WINDOW (dialog), _("Task Manager")); \
|
||||||
gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_MOUSE); \
|
gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_MOUSE); \
|
||||||
|
gtk_window_set_icon_name (GTK_WINDOW (dialog), "utilities-system-monitor"); \
|
||||||
gtk_dialog_run (GTK_DIALOG (dialog)); \
|
gtk_dialog_run (GTK_DIALOG (dialog)); \
|
||||||
gtk_widget_destroy (dialog); \
|
gtk_widget_destroy (dialog); \
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user